Html Css Color HEX #104081 Dark Cerulean

📋 copy color: '#104081'

red 16 ◦ green 64 ◦ blue 129

#104081
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #104081

Tints of Dark Cerulean #104081

RGB

 RED value IS 16 (6.64% from 255) = 7.66%

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 129 (50.78% from 255) = 61.72%

R = 7.66%
G = 30.62%
B = 61.72%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#104081 (or 0x104081) is known color: Dark Cerulean. HEX triplet: 10, 40 and 81. RGB value is (16,64,129). Sum of RGB (Red+Green+Blue) = 16+64+129=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #104081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104081 is #EFBF7E. Grayscale: #383838. Windows color (decimal): -15712127 or 8470544. OLE color: 8470544.

HSL color Cylindrical-coordinate representation of color #104081: hue angle of 214.51º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104081 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 64 129 -
CMYK 0.88 0.50 0 0.49
HSL 214.51º 0.78% 0.28% -
HSV(B) 214.51º 0.88% 0.51% -
XYZ 6.01 5.36 21.49 -
YUV 57.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 16 64 129 0.88 0.50 0 0.49 214.51 0.78 0.28
Hex 10 40 81 58 32 0 31 D7 4E 1C
Octal 20 100 201 130 62 0 61 327 116 34
Binary 10000 1000000 10000001 1011000 110010 0 110001 11010111 1001110 11100

Color Harmonies of #104081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104081

Black with #104081

Text Example


Text Example

White with #104081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104081; }

 p { color: rgb(16,64,129); }

 H1.HeaderClassName
 {
   color: #104081;
 }
 .AnyTagClassName
 {
   color: #104081;
 }
</style>

background-color css

<style>
 a { background-color: #104081; }

 a { background-color: rgb(16,64,129); }

 div.DivClassName
 {
   background-color: #104081;
 }
 .BgClassName
 {
   background-color: #104081;
 }
</style>

border-color css

<style>
 span { border-color: #104081; }

 span { border-color: rgb(16,64,129); }

 td.TdClassName
 {
   border-color: #104081;
 }
 .TagClassName
 {
   border-color: #104081;
 }
</style>