Html Css Color HEX #133962 Regal Blue

📋 copy color: '#133962'

red 19 ◦ green 57 ◦ blue 98

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

Shades of Regal Blue #133962

Tints of Regal Blue #133962

RGB

 RED value IS 19 (7.81% from 255) = 10.92%

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

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

R = 10.92%
G = 32.76%
B = 56.32%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133962 (or 0x133962) is known color: Regal Blue. HEX triplet: 13, 39 and 62. RGB value is (19,57,98). Sum of RGB (Red+Green+Blue) = 19+57+98=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #133962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133962 is #ECC69D. Grayscale: #323232. Windows color (decimal): -15517342 or 6437139. OLE color: 6437139.

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

Color convert

RGB 19 57 98 -
CMYK 0.81 0.42 0 0.62
HSL 211.14º 0.68% 0.23% -
HSV(B) 211.14º 0.81% 0.38% -
XYZ 3.94 3.95 12.11 -
YUV 50.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 19 57 98 0.81 0.42 0 0.62 211.14 0.68 0.23
Hex 13 39 62 51 2A 0 3E D3 44 17
Octal 23 71 142 121 52 0 76 323 104 27
Binary 10011 111001 1100010 1010001 101010 0 111110 11010011 1000100 10111

Color Harmonies of #133962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133962

Black with #133962

Text Example


Text Example

White with #133962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133962; }

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

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

background-color css

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

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

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

border-color css

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

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

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