Html Css Color HEX #163962 Regal Blue

📋 copy color: '#163962'

red 22 ◦ green 57 ◦ blue 98

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

Shades of Regal Blue #163962

Tints of Regal Blue #163962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.37%

R = 12.43%
G = 32.2%
B = 55.37%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163962 (or 0x163962) is known color: Regal Blue. HEX triplet: 16, 39 and 62. RGB value is (22,57,98). Sum of RGB (Red+Green+Blue) = 22+57+98=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #163962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163962 is #E9C69D. Grayscale: #333333. Windows color (decimal): -15320734 or 6437142. OLE color: 6437142.

HSL color Cylindrical-coordinate representation of color #163962: hue angle of 212.37º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163962 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 57 98 -
CMYK 0.78 0.42 0 0.62
HSL 212.37º 0.63% 0.24% -
HSV(B) 212.37º 0.78% 0.38% -
XYZ 4 3.98 12.11 -
YUV 51.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 22 57 98 0.78 0.42 0 0.62 212.37 0.63 0.24
Hex 16 39 62 4E 2A 0 3E D4 3F 18
Octal 26 71 142 116 52 0 76 324 77 30
Binary 10110 111001 1100010 1001110 101010 0 111110 11010100 111111 11000

Color Harmonies of #163962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163962

Black with #163962

Text Example


Text Example

White with #163962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163962; }

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

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

background-color css

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

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

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

border-color css

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

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

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