Html Css Color HEX #163F72 Dark Cerulean

📋 copy color: '#163F72'

red 22 ◦ green 63 ◦ blue 114

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

Shades of Dark Cerulean #163F72

Tints of Dark Cerulean #163F72

RGB

 RED value IS 22 (8.98% from 255) = 11.06%

 GREEN value IS 63 (25% from 255) = 31.66%

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

R = 11.06%
G = 31.66%
B = 57.29%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163F72 (or 0x163F72) is known color: Dark Cerulean. HEX triplet: 16, 3F and 72. RGB value is (22,63,114). Sum of RGB (Red+Green+Blue) = 22+63+114=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #163F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F72 is #E9C08D. Grayscale: #383838. Windows color (decimal): -15319182 or 7487254. OLE color: 7487254.

HSL color Cylindrical-coordinate representation of color #163F72: hue angle of 213.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163F72 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 63 114 -
CMYK 0.81 0.45 0 0.55
HSL 213.26º 0.68% 0.27% -
HSV(B) 213.26º 0.81% 0.45% -
XYZ 5.15 4.94 16.6 -
YUV 56.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 22 63 114 0.81 0.45 0 0.55 213.26 0.68 0.27
Hex 16 3F 72 51 2D 0 37 D5 44 1B
Octal 26 77 162 121 55 0 67 325 104 33
Binary 10110 111111 1110010 1010001 101101 0 110111 11010101 1000100 11011

Color Harmonies of #163F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F72

Black with #163F72

Text Example


Text Example

White with #163F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163F72; }

 p { color: rgb(22,63,114); }

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

background-color css

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

 a { background-color: rgb(22,63,114); }

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

border-color css

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

 span { border-color: rgb(22,63,114); }

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