Html Css Color HEX #104570 Dark Cerulean

📋 copy color: '#104570'

red 16 ◦ green 69 ◦ blue 112

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

Shades of Dark Cerulean #104570

Tints of Dark Cerulean #104570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.85%

R = 8.12%
G = 35.03%
B = 56.85%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#104570 (or 0x104570) is known color: Dark Cerulean. HEX triplet: 10, 45 and 70. RGB value is (16,69,112). Sum of RGB (Red+Green+Blue) = 16+69+112=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #104570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104570 is #EFBA8F. Grayscale: #393939. Windows color (decimal): -15710864 or 7357712. OLE color: 7357712.

HSL color Cylindrical-coordinate representation of color #104570: hue angle of 206.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104570 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 69 112 -
CMYK 0.86 0.38 0 0.56
HSL 206.88º 0.75% 0.25% -
HSV(B) 206.88º 0.86% 0.44% -
XYZ 5.27 5.54 16.12 -
YUV 58.06 158.44 98 -
System Red Green Blue C M Y K H S L
Decimal 16 69 112 0.86 0.38 0 0.56 206.88 0.75 0.25
Hex 10 45 70 56 26 0 38 CF 4B 19
Octal 20 105 160 126 46 0 70 317 113 31
Binary 10000 1000101 1110000 1010110 100110 0 111000 11001111 1001011 11001

Color Harmonies of #104570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104570

Black with #104570

Text Example


Text Example

White with #104570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104570; }

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

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

background-color css

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

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

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

border-color css

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

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

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