Html Css Color HEX #163C8A Dark Cerulean

📋 copy color: '#163C8A'

red 22 ◦ green 60 ◦ blue 138

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

Shades of Dark Cerulean #163C8A

Tints of Dark Cerulean #163C8A

RGB

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

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

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

R = 10%
G = 27.27%
B = 62.73%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#163C8A (or 0x163C8A) is known color: Dark Cerulean. HEX triplet: 16, 3C and 8A. RGB value is (22,60,138). Sum of RGB (Red+Green+Blue) = 22+60+138=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #163C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163C8A is #E9C375. Grayscale: #393939. Windows color (decimal): -15319926 or 9059350. OLE color: 9059350.

HSL color Cylindrical-coordinate representation of color #163C8A: hue angle of 220.34º 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 #163C8A is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 60 138 -
CMYK 0.84 0.57 0 0.46
HSL 220.34º 0.73% 0.31% -
HSV(B) 220.34º 0.84% 0.54% -
XYZ 6.53 5.24 24.71 -
YUV 57.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 22 60 138 0.84 0.57 0 0.46 220.34 0.73 0.31
Hex 16 3C 8A 54 39 0 2E DC 48 1F
Octal 26 74 212 124 71 0 56 334 110 37
Binary 10110 111100 10001010 1010100 111001 0 101110 11011100 1001000 11111

Color Harmonies of #163C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C8A

Black with #163C8A

Text Example


Text Example

White with #163C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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