Html Css Color HEX #163B74 Dark Cerulean

📋 copy color: '#163B74'

red 22 ◦ green 59 ◦ blue 116

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

Shades of Dark Cerulean #163B74

Tints of Dark Cerulean #163B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 11.17%
G = 29.95%
B = 58.88%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163B74 (or 0x163B74) is known color: Dark Cerulean. HEX triplet: 16, 3B and 74. RGB value is (22,59,116). Sum of RGB (Red+Green+Blue) = 22+59+116=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #163B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B74 is #E9C48B. Grayscale: #363636. Windows color (decimal): -15320204 or 7617302. OLE color: 7617302.

HSL color Cylindrical-coordinate representation of color #163B74: hue angle of 216.38º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163B74 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 59 116 -
CMYK 0.81 0.49 0 0.55
HSL 216.38º 0.68% 0.27% -
HSV(B) 216.38º 0.81% 0.45% -
XYZ 5.05 4.56 17.14 -
YUV 54.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 22 59 116 0.81 0.49 0 0.55 216.38 0.68 0.27
Hex 16 3B 74 51 31 0 37 D8 44 1B
Octal 26 73 164 121 61 0 67 330 104 33
Binary 10110 111011 1110100 1010001 110001 0 110111 11011000 1000100 11011

Color Harmonies of #163B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B74

Black with #163B74

Text Example


Text Example

White with #163B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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