Html Css Color HEX #16417D Dark Cerulean

📋 copy color: '#16417D'

red 22 ◦ green 65 ◦ blue 125

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

Shades of Dark Cerulean #16417D

Tints of Dark Cerulean #16417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 10.38%
G = 30.66%
B = 58.96%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16417D (or 0x16417D) is known color: Dark Cerulean. HEX triplet: 16, 41 and 7D. RGB value is (22,65,125). Sum of RGB (Red+Green+Blue) = 22+65+125=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #16417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16417D is #E9BE82. Grayscale: #3A3A3A. Windows color (decimal): -15318659 or 8208662. OLE color: 8208662.

HSL color Cylindrical-coordinate representation of color #16417D: hue angle of 214.95º 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 #16417D is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 65 125 -
CMYK 0.82 0.48 0 0.51
HSL 214.95º 0.7% 0.29% -
HSV(B) 214.95º 0.82% 0.49% -
XYZ 5.92 5.43 20.14 -
YUV 58.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 22 65 125 0.82 0.48 0 0.51 214.95 0.7 0.29
Hex 16 41 7D 52 30 0 33 D7 46 1D
Octal 26 101 175 122 60 0 63 327 106 35
Binary 10110 1000001 1111101 1010010 110000 0 110011 11010111 1000110 11101

Color Harmonies of #16417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16417D

Black with #16417D

Text Example


Text Example

White with #16417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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