Html Css Color HEX #16357D Dark Cerulean

📋 copy color: '#16357D'

red 22 ◦ green 53 ◦ blue 125

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

Shades of Dark Cerulean #16357D

Tints of Dark Cerulean #16357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 125 (49.22% from 255) = 62.5%

R = 11%
G = 26.5%
B = 62.5%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16357D (or 0x16357D) is known color: Dark Cerulean. HEX triplet: 16, 35 and 7D. RGB value is (22,53,125). Sum of RGB (Red+Green+Blue) = 22+53+125=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #16357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16357D is #E9CA82. Grayscale: #333333. Windows color (decimal): -15321731 or 8205590. OLE color: 8205590.

HSL color Cylindrical-coordinate representation of color #16357D: hue angle of 221.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16357D is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 53 125 -
CMYK 0.82 0.58 0 0.51
HSL 221.94º 0.7% 0.29% -
HSV(B) 221.94º 0.82% 0.49% -
XYZ 5.31 4.2 19.93 -
YUV 51.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 22 53 125 0.82 0.58 0 0.51 221.94 0.7 0.29
Hex 16 35 7D 52 3A 0 33 DE 46 1D
Octal 26 65 175 122 72 0 63 336 106 35
Binary 10110 110101 1111101 1010010 111010 0 110011 11011110 1000110 11101

Color Harmonies of #16357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16357D

Black with #16357D

Text Example


Text Example

White with #16357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16357D; }

 p { color: rgb(22,53,125); }

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

background-color css

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

 a { background-color: rgb(22,53,125); }

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

border-color css

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

 span { border-color: rgb(22,53,125); }

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