Html Css Color HEX #16418A Dark Cerulean

📋 copy color: '#16418A'

red 22 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #16418A

Tints of Dark Cerulean #16418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 9.78%
G = 28.89%
B = 61.33%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#16418A (or 0x16418A) is known color: Dark Cerulean. HEX triplet: 16, 41 and 8A. RGB value is (22,65,138). Sum of RGB (Red+Green+Blue) = 22+65+138=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #16418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16418A is #E9BE75. Grayscale: #3C3C3C. Windows color (decimal): -15318646 or 9060630. OLE color: 9060630.

HSL color Cylindrical-coordinate representation of color #16418A: hue angle of 217.76º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16418A is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 65 138 -
CMYK 0.84 0.53 0 0.46
HSL 217.76º 0.73% 0.31% -
HSV(B) 217.76º 0.84% 0.54% -
XYZ 6.81 5.79 24.8 -
YUV 60.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 22 65 138 0.84 0.53 0 0.46 217.76 0.73 0.31
Hex 16 41 8A 54 35 0 2E DA 48 1F
Octal 26 101 212 124 65 0 56 332 110 37
Binary 10110 1000001 10001010 1010100 110101 0 101110 11011010 1001000 11111

Color Harmonies of #16418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16418A

Black with #16418A

Text Example


Text Example

White with #16418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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