Html Css Color HEX #16367F Dark Cerulean

📋 copy color: '#16367F'

red 22 ◦ green 54 ◦ blue 127

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

Shades of Dark Cerulean #16367F

Tints of Dark Cerulean #16367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 127 (50% from 255) = 62.56%

R = 10.84%
G = 26.6%
B = 62.56%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#16367F (or 0x16367F) is known color: Dark Cerulean. HEX triplet: 16, 36 and 7F. RGB value is (22,54,127). Sum of RGB (Red+Green+Blue) = 22+54+127=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #16367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16367F is #E9C980. Grayscale: #343434. Windows color (decimal): -15321473 or 8336918. OLE color: 8336918.

HSL color Cylindrical-coordinate representation of color #16367F: hue angle of 221.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16367F is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 54 127 -
CMYK 0.83 0.57 0 0.50
HSL 221.71º 0.7% 0.29% -
HSV(B) 221.71º 0.83% 0.5% -
XYZ 5.48 4.34 20.63 -
YUV 52.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 22 54 127 0.83 0.57 0 0.50 221.71 0.7 0.29
Hex 16 36 7F 53 39 0 32 DE 46 1D
Octal 26 66 177 123 71 0 62 336 106 35
Binary 10110 110110 1111111 1010011 111001 0 110010 11011110 1000110 11101

Color Harmonies of #16367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16367F

Black with #16367F

Text Example


Text Example

White with #16367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16367F; }

 p { color: rgb(22,54,127); }

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

background-color css

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

 a { background-color: rgb(22,54,127); }

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

border-color css

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

 span { border-color: rgb(22,54,127); }

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