Html Css Color HEX #16458D Dark Cerulean

📋 copy color: '#16458D'

red 22 ◦ green 69 ◦ blue 141

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

Shades of Dark Cerulean #16458D

Tints of Dark Cerulean #16458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

 BLUE value IS 141 (55.47% from 255) = 60.78%

R = 9.48%
G = 29.74%
B = 60.78%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16458D (or 0x16458D) is known color: Dark Cerulean. HEX triplet: 16, 45 and 8D. RGB value is (22,69,141). Sum of RGB (Red+Green+Blue) = 22+69+141=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #16458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16458D is #E9BA72. Grayscale: #3E3E3E. Windows color (decimal): -15317619 or 9258262. OLE color: 9258262.

HSL color Cylindrical-coordinate representation of color #16458D: hue angle of 216.3º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16458D is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 69 141 -
CMYK 0.84 0.51 0 0.45
HSL 216.3º 0.73% 0.32% -
HSV(B) 216.3º 0.84% 0.55% -
XYZ 7.27 6.35 26.04 -
YUV 63.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 22 69 141 0.84 0.51 0 0.45 216.3 0.73 0.32
Hex 16 45 8D 54 33 0 2D D8 49 20
Octal 26 105 215 124 63 0 55 330 111 40
Binary 10110 1000101 10001101 1010100 110011 0 101101 11011000 1001001 100000

Color Harmonies of #16458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16458D

Black with #16458D

Text Example


Text Example

White with #16458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,69,141); }

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

background-color css

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

 a { background-color: rgb(22,69,141); }

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

border-color css

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

 span { border-color: rgb(22,69,141); }

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