Html Css Color HEX #103872 Dark Cerulean

📋 copy color: '#103872'

red 16 ◦ green 56 ◦ blue 114

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

Shades of Dark Cerulean #103872

Tints of Dark Cerulean #103872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

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

R = 8.6%
G = 30.11%
B = 61.29%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#103872 (or 0x103872) is known color: Dark Cerulean. HEX triplet: 10, 38 and 72. RGB value is (16,56,114). Sum of RGB (Red+Green+Blue) = 16+56+114=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #103872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103872 is #EFC78D. Grayscale: #323232. Windows color (decimal): -15714190 or 7485456. OLE color: 7485456.

HSL color Cylindrical-coordinate representation of color #103872: hue angle of 215.51º 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 #103872 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 56 114 -
CMYK 0.86 0.51 0 0.55
HSL 215.51º 0.75% 0.25% -
HSV(B) 215.51º 0.86% 0.45% -
XYZ 4.67 4.15 16.48 -
YUV 50.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 16 56 114 0.86 0.51 0 0.55 215.51 0.75 0.25
Hex 10 38 72 56 33 0 37 D8 4B 19
Octal 20 70 162 126 63 0 67 330 113 31
Binary 10000 111000 1110010 1010110 110011 0 110111 11011000 1001011 11001

Color Harmonies of #103872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103872

Black with #103872

Text Example


Text Example

White with #103872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103872; }

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

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

background-color css

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

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

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

border-color css

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

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

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