Html Css Color HEX #104072 Dark Cerulean

📋 copy color: '#104072'

red 16 ◦ green 64 ◦ blue 114

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

Shades of Dark Cerulean #104072

Tints of Dark Cerulean #104072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 8.25%
G = 32.99%
B = 58.76%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104072 (or 0x104072) is known color: Dark Cerulean. HEX triplet: 10, 40 and 72. RGB value is (16,64,114). Sum of RGB (Red+Green+Blue) = 16+64+114=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #104072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104072 is #EFBF8D. Grayscale: #373737. Windows color (decimal): -15712142 or 7487504. OLE color: 7487504.

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

Color convert

RGB 16 64 114 -
CMYK 0.86 0.44 0 0.55
HSL 210.61º 0.75% 0.25% -
HSV(B) 210.61º 0.86% 0.45% -
XYZ 5.08 4.99 16.62 -
YUV 55.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 16 64 114 0.86 0.44 0 0.55 210.61 0.75 0.25
Hex 10 40 72 56 2C 0 37 D3 4B 19
Octal 20 100 162 126 54 0 67 323 113 31
Binary 10000 1000000 1110010 1010110 101100 0 110111 11010011 1001011 11001

Color Harmonies of #104072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104072

Black with #104072

Text Example


Text Example

White with #104072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104072; }

 p { color: rgb(16,64,114); }

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

background-color css

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

 a { background-color: rgb(16,64,114); }

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

border-color css

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

 span { border-color: rgb(16,64,114); }

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