Html Css Color HEX #163E7C Dark Cerulean

📋 copy color: '#163E7C'

red 22 ◦ green 62 ◦ blue 124

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

Shades of Dark Cerulean #163E7C

Tints of Dark Cerulean #163E7C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.81%

 BLUE value IS 124 (48.83% from 255) = 59.62%

R = 10.58%
G = 29.81%
B = 59.62%

CMYK

 C value IS 0.82

 M value IS 0.5

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#163E7C (or 0x163E7C) is known color: Dark Cerulean. HEX triplet: 16, 3E and 7C. RGB value is (22,62,124). Sum of RGB (Red+Green+Blue) = 22+62+124=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #163E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E7C is #E9C183. Grayscale: #383838. Windows color (decimal): -15319428 or 8142358. OLE color: 8142358.

HSL color Cylindrical-coordinate representation of color #163E7C: hue angle of 216.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163E7C is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 62 124 -
CMYK 0.82 0.5 0 0.51
HSL 216.47º 0.7% 0.29% -
HSV(B) 216.47º 0.82% 0.49% -
XYZ 5.69 5.07 19.75 -
YUV 57.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 22 62 124 0.82 0.5 0 0.51 216.47 0.7 0.29
Hex 16 3E 7C 52 32 0 33 D8 46 1D
Octal 26 76 174 122 62 0 63 330 106 35
Binary 10110 111110 1111100 1010010 110010 0 110011 11011000 1000110 11101

Color Harmonies of #163E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E7C

Black with #163E7C

Text Example


Text Example

White with #163E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,62,124); }

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

background-color css

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

 a { background-color: rgb(22,62,124); }

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

border-color css

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

 span { border-color: rgb(22,62,124); }

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