Html Css Color HEX #163975 Dark Cerulean

📋 copy color: '#163975'

red 22 ◦ green 57 ◦ blue 117

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

Shades of Dark Cerulean #163975

Tints of Dark Cerulean #163975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 11.22%
G = 29.08%
B = 59.69%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163975 (or 0x163975) is known color: Dark Cerulean. HEX triplet: 16, 39 and 75. RGB value is (22,57,117). Sum of RGB (Red+Green+Blue) = 22+57+117=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #163975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163975 is #E9C68A. Grayscale: #353535. Windows color (decimal): -15320715 or 7682326. OLE color: 7682326.

HSL color Cylindrical-coordinate representation of color #163975: hue angle of 217.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163975 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 57 117 -
CMYK 0.81 0.51 0 0.54
HSL 217.89º 0.68% 0.27% -
HSV(B) 217.89º 0.81% 0.46% -
XYZ 5 4.38 17.41 -
YUV 53.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 22 57 117 0.81 0.51 0 0.54 217.89 0.68 0.27
Hex 16 39 75 51 33 0 36 DA 44 1B
Octal 26 71 165 121 63 0 66 332 104 33
Binary 10110 111001 1110101 1010001 110011 0 110110 11011010 1000100 11011

Color Harmonies of #163975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163975

Black with #163975

Text Example


Text Example

White with #163975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163975; }

 p { color: rgb(22,57,117); }

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

background-color css

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

 a { background-color: rgb(22,57,117); }

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

border-color css

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

 span { border-color: rgb(22,57,117); }

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