Html Css Color HEX #163B7A Dark Cerulean

📋 copy color: '#163B7A'

red 22 ◦ green 59 ◦ blue 122

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

Shades of Dark Cerulean #163B7A

Tints of Dark Cerulean #163B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 60.1%

R = 10.84%
G = 29.06%
B = 60.1%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#163B7A (or 0x163B7A) is known color: Dark Cerulean. HEX triplet: 16, 3B and 7A. RGB value is (22,59,122). Sum of RGB (Red+Green+Blue) = 22+59+122=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #163B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B7A is #E9C485. Grayscale: #363636. Windows color (decimal): -15320198 or 8010518. OLE color: 8010518.

HSL color Cylindrical-coordinate representation of color #163B7A: hue angle of 217.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163B7A is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 22 59 122 -
CMYK 0.82 0.52 0 0.52
HSL 217.8º 0.69% 0.28% -
HSV(B) 217.8º 0.82% 0.48% -
XYZ 5.41 4.7 19.04 -
YUV 55.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 22 59 122 0.82 0.52 0 0.52 217.8 0.69 0.28
Hex 16 3B 7A 52 34 0 34 DA 45 1C
Octal 26 73 172 122 64 0 64 332 105 34
Binary 10110 111011 1111010 1010010 110100 0 110100 11011010 1000101 11100

Color Harmonies of #163B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B7A

Black with #163B7A

Text Example


Text Example

White with #163B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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