Html Css Color HEX #163B7D Dark Cerulean

📋 copy color: '#163B7D'

red 22 ◦ green 59 ◦ blue 125

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

Shades of Dark Cerulean #163B7D

Tints of Dark Cerulean #163B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 10.68%
G = 28.64%
B = 60.68%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#163B7D (or 0x163B7D) is known color: Dark Cerulean. HEX triplet: 16, 3B and 7D. RGB value is (22,59,125). Sum of RGB (Red+Green+Blue) = 22+59+125=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #163B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B7D is #E9C482. Grayscale: #373737. Windows color (decimal): -15320195 or 8207126. OLE color: 8207126.

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

Color convert

RGB 22 59 125 -
CMYK 0.82 0.53 0 0.51
HSL 218.45º 0.7% 0.29% -
HSV(B) 218.45º 0.82% 0.49% -
XYZ 5.6 4.78 20.03 -
YUV 55.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 22 59 125 0.82 0.53 0 0.51 218.45 0.7 0.29
Hex 16 3B 7D 52 35 0 33 DA 46 1D
Octal 26 73 175 122 65 0 63 332 106 35
Binary 10110 111011 1111101 1010010 110101 0 110011 11011010 1000110 11101

Color Harmonies of #163B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B7D

Black with #163B7D

Text Example


Text Example

White with #163B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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