Html Css Color HEX #104369 Dark Cerulean

📋 copy color: '#104369'

red 16 ◦ green 67 ◦ blue 105

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

Shades of Dark Cerulean #104369

Tints of Dark Cerulean #104369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.85%

R = 8.51%
G = 35.64%
B = 55.85%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104369 (or 0x104369) is known color: Dark Cerulean. HEX triplet: 10, 43 and 69. RGB value is (16,67,105). Sum of RGB (Red+Green+Blue) = 16+67+105=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #104369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104369 is #EFBC96. Grayscale: #373737. Windows color (decimal): -15711383 or 6898448. OLE color: 6898448.

HSL color Cylindrical-coordinate representation of color #104369: hue angle of 205.62º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104369 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 67 105 -
CMYK 0.85 0.36 0 0.59
HSL 205.62º 0.74% 0.24% -
HSV(B) 205.62º 0.85% 0.41% -
XYZ 4.77 5.14 14.11 -
YUV 56.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 16 67 105 0.85 0.36 0 0.59 205.62 0.74 0.24
Hex 10 43 69 55 24 0 3B CE 4A 18
Octal 20 103 151 125 44 0 73 316 112 30
Binary 10000 1000011 1101001 1010101 100100 0 111011 11001110 1001010 11000

Color Harmonies of #104369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104369

Black with #104369

Text Example


Text Example

White with #104369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104369; }

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

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

background-color css

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

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

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

border-color css

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

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

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