Html Css Color HEX #16417A Dark Cerulean

📋 copy color: '#16417A'

red 22 ◦ green 65 ◦ blue 122

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

Shades of Dark Cerulean #16417A

Tints of Dark Cerulean #16417A

RGB

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

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

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

R = 10.53%
G = 31.1%
B = 58.37%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#16417A (or 0x16417A) is known color: Dark Cerulean. HEX triplet: 16, 41 and 7A. RGB value is (22,65,122). Sum of RGB (Red+Green+Blue) = 22+65+122=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #16417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16417A is #E9BE85. Grayscale: #3A3A3A. Windows color (decimal): -15318662 or 8012054. OLE color: 8012054.

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

Color convert

RGB 22 65 122 -
CMYK 0.82 0.47 0 0.52
HSL 214.2º 0.69% 0.28% -
HSV(B) 214.2º 0.82% 0.48% -
XYZ 5.73 5.36 19.14 -
YUV 58.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 22 65 122 0.82 0.47 0 0.52 214.2 0.69 0.28
Hex 16 41 7A 52 2F 0 34 D6 45 1C
Octal 26 101 172 122 57 0 64 326 105 34
Binary 10110 1000001 1111010 1010010 101111 0 110100 11010110 1000101 11100

Color Harmonies of #16417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16417A

Black with #16417A

Text Example


Text Example

White with #16417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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