Html Css Color HEX #104569 Dark Cerulean

📋 copy color: '#104569'

red 16 ◦ green 69 ◦ blue 105

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

Shades of Dark Cerulean #104569

Tints of Dark Cerulean #104569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 8.42%
G = 36.32%
B = 55.26%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104569 (or 0x104569) is known color: Dark Cerulean. HEX triplet: 10, 45 and 69. RGB value is (16,69,105). Sum of RGB (Red+Green+Blue) = 16+69+105=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #104569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104569 is #EFBA96. Grayscale: #393939. Windows color (decimal): -15710871 or 6898960. OLE color: 6898960.

HSL color Cylindrical-coordinate representation of color #104569: hue angle of 204.27º 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 #104569 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 69 105 -
CMYK 0.85 0.34 0 0.59
HSL 204.27º 0.74% 0.24% -
HSV(B) 204.27º 0.85% 0.41% -
XYZ 4.89 5.39 14.15 -
YUV 57.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 16 69 105 0.85 0.34 0 0.59 204.27 0.74 0.24
Hex 10 45 69 55 22 0 3B CC 4A 18
Octal 20 105 151 125 42 0 73 314 112 30
Binary 10000 1000101 1101001 1010101 100010 0 111011 11001100 1001010 11000

Color Harmonies of #104569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104569

Black with #104569

Text Example


Text Example

White with #104569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104569; }

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

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

background-color css

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

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

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

border-color css

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

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

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