Html Css Color HEX #104374 Dark Cerulean

📋 copy color: '#104374'

red 16 ◦ green 67 ◦ blue 116

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

Shades of Dark Cerulean #104374

Tints of Dark Cerulean #104374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.29%

R = 8.04%
G = 33.67%
B = 58.29%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104374 (or 0x104374) is known color: Dark Cerulean. HEX triplet: 10, 43 and 74. RGB value is (16,67,116). Sum of RGB (Red+Green+Blue) = 16+67+116=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #104374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104374 is #EFBC8B. Grayscale: #393939. Windows color (decimal): -15711372 or 7619344. OLE color: 7619344.

HSL color Cylindrical-coordinate representation of color #104374: hue angle of 209.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104374 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 67 116 -
CMYK 0.86 0.42 0 0.55
HSL 209.4º 0.76% 0.26% -
HSV(B) 209.4º 0.86% 0.45% -
XYZ 5.37 5.39 17.28 -
YUV 57.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 16 67 116 0.86 0.42 0 0.55 209.4 0.76 0.26
Hex 10 43 74 56 2A 0 37 D1 4C 1A
Octal 20 103 164 126 52 0 67 321 114 32
Binary 10000 1000011 1110100 1010110 101010 0 110111 11010001 1001100 11010

Color Harmonies of #104374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104374

Black with #104374

Text Example


Text Example

White with #104374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104374; }

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

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

background-color css

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

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

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

border-color css

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

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

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