Html Css Color HEX #104377 Dark Cerulean

📋 copy color: '#104377'

red 16 ◦ green 67 ◦ blue 119

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

Shades of Dark Cerulean #104377

Tints of Dark Cerulean #104377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 7.92%
G = 33.17%
B = 58.91%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104377 (or 0x104377) is known color: Dark Cerulean. HEX triplet: 10, 43 and 77. RGB value is (16,67,119). Sum of RGB (Red+Green+Blue) = 16+67+119=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #104377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104377 is #EFBC88. Grayscale: #393939. Windows color (decimal): -15711369 or 7815952. OLE color: 7815952.

HSL color Cylindrical-coordinate representation of color #104377: hue angle of 210.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104377 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 67 119 -
CMYK 0.87 0.44 0 0.53
HSL 210.29º 0.76% 0.26% -
HSV(B) 210.29º 0.87% 0.47% -
XYZ 5.55 5.46 18.21 -
YUV 57.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 16 67 119 0.87 0.44 0 0.53 210.29 0.76 0.26
Hex 10 43 77 57 2C 0 35 D2 4C 1A
Octal 20 103 167 127 54 0 65 322 114 32
Binary 10000 1000011 1110111 1010111 101100 0 110101 11010010 1001100 11010

Color Harmonies of #104377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104377

Black with #104377

Text Example


Text Example

White with #104377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104377; }

 p { color: rgb(16,67,119); }

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

background-color css

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

 a { background-color: rgb(16,67,119); }

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

border-color css

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

 span { border-color: rgb(16,67,119); }

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