Html Css Color HEX #163C6F Dark Cerulean

📋 copy color: '#163C6F'

red 22 ◦ green 60 ◦ blue 111

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

Shades of Dark Cerulean #163C6F

Tints of Dark Cerulean #163C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.51%

R = 11.4%
G = 31.09%
B = 57.51%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#163C6F (or 0x163C6F) is known color: Dark Cerulean. HEX triplet: 16, 3C and 6F. RGB value is (22,60,111). Sum of RGB (Red+Green+Blue) = 22+60+111=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #163C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C6F is #E9C390. Grayscale: #363636. Windows color (decimal): -15319953 or 7289878. OLE color: 7289878.

HSL color Cylindrical-coordinate representation of color #163C6F: hue angle of 214.38º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163C6F is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 60 111 -
CMYK 0.80 0.46 0 0.56
HSL 214.38º 0.67% 0.26% -
HSV(B) 214.38º 0.8% 0.44% -
XYZ 4.82 4.55 15.66 -
YUV 54.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 22 60 111 0.80 0.46 0 0.56 214.38 0.67 0.26
Hex 16 3C 6F 50 2E 0 38 D6 43 1A
Octal 26 74 157 120 56 0 70 326 103 32
Binary 10110 111100 1101111 1010000 101110 0 111000 11010110 1000011 11010

Color Harmonies of #163C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C6F

Black with #163C6F

Text Example


Text Example

White with #163C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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