Html Css Color HEX #16357A Dark Cerulean

📋 copy color: '#16357A'

red 22 ◦ green 53 ◦ blue 122

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

Shades of Dark Cerulean #16357A

Tints of Dark Cerulean #16357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 61.93%

R = 11.17%
G = 26.9%
B = 61.93%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#16357A (or 0x16357A) is known color: Dark Cerulean. HEX triplet: 16, 35 and 7A. RGB value is (22,53,122). Sum of RGB (Red+Green+Blue) = 22+53+122=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #16357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16357A is #E9CA85. Grayscale: #333333. Windows color (decimal): -15321734 or 8008982. OLE color: 8008982.

HSL color Cylindrical-coordinate representation of color #16357A: hue angle of 221.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16357A is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 22 53 122 -
CMYK 0.82 0.57 0 0.52
HSL 221.4º 0.69% 0.28% -
HSV(B) 221.4º 0.82% 0.48% -
XYZ 5.12 4.12 18.94 -
YUV 51.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 22 53 122 0.82 0.57 0 0.52 221.4 0.69 0.28
Hex 16 35 7A 52 39 0 34 DD 45 1C
Octal 26 65 172 122 71 0 64 335 105 34
Binary 10110 110101 1111010 1010010 111001 0 110100 11011101 1000101 11100

Color Harmonies of #16357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16357A

Black with #16357A

Text Example


Text Example

White with #16357A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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