Html Css Color HEX #163C6E Dark Cerulean

📋 copy color: '#163C6E'

red 22 ◦ green 60 ◦ blue 110

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

Shades of Dark Cerulean #163C6E

Tints of Dark Cerulean #163C6E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.25%

 BLUE value IS 110 (43.36% from 255) = 57.29%

R = 11.46%
G = 31.25%
B = 57.29%

CMYK

 C value IS 0.8

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#163C6E (or 0x163C6E) is known color: Dark Cerulean. HEX triplet: 16, 3C and 6E. RGB value is (22,60,110). Sum of RGB (Red+Green+Blue) = 22+60+110=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #163C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C6E is #E9C391. Grayscale: #363636. Windows color (decimal): -15319954 or 7224342. OLE color: 7224342.

HSL color Cylindrical-coordinate representation of color #163C6E: hue angle of 214.09º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163C6E is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 22 60 110 -
CMYK 0.8 0.45 0 0.57
HSL 214.09º 0.67% 0.26% -
HSV(B) 214.09º 0.8% 0.43% -
XYZ 4.76 4.53 15.37 -
YUV 54.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 22 60 110 0.8 0.45 0 0.57 214.09 0.67 0.26
Hex 16 3C 6E 50 2D 0 39 D6 43 1A
Octal 26 74 156 120 55 0 71 326 103 32
Binary 10110 111100 1101110 1010000 101101 0 111001 11010110 1000011 11010

Color Harmonies of #163C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C6E

Black with #163C6E

Text Example


Text Example

White with #163C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163C6E; }

 p { color: rgb(22,60,110); }

 H1.HeaderClassName
 {
   color: #163C6E;
 }
 .AnyTagClassName
 {
   color: #163C6E;
 }
</style>

background-color css

<style>
 a { background-color: #163C6E; }

 a { background-color: rgb(22,60,110); }

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

border-color css

<style>
 span { border-color: #163C6E; }

 span { border-color: rgb(22,60,110); }

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