Html Css Color HEX #163B7C Dark Cerulean

📋 copy color: '#163B7C'

red 22 ◦ green 59 ◦ blue 124

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

Shades of Dark Cerulean #163B7C

Tints of Dark Cerulean #163B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

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

R = 10.73%
G = 28.78%
B = 60.49%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#163B7C (or 0x163B7C) is known color: Dark Cerulean. HEX triplet: 16, 3B and 7C. RGB value is (22,59,124). Sum of RGB (Red+Green+Blue) = 22+59+124=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #163B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B7C is #E9C483. Grayscale: #373737. Windows color (decimal): -15320196 or 8141590. OLE color: 8141590.

HSL color Cylindrical-coordinate representation of color #163B7C: hue angle of 218.24º 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 #163B7C is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 59 124 -
CMYK 0.82 0.52 0 0.51
HSL 218.24º 0.7% 0.29% -
HSV(B) 218.24º 0.82% 0.49% -
XYZ 5.53 4.75 19.69 -
YUV 55.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 22 59 124 0.82 0.52 0 0.51 218.24 0.7 0.29
Hex 16 3B 7C 52 34 0 33 DA 46 1D
Octal 26 73 174 122 64 0 63 332 106 35
Binary 10110 111011 1111100 1010010 110100 0 110011 11011010 1000110 11101

Color Harmonies of #163B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B7C

Black with #163B7C

Text Example


Text Example

White with #163B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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