Html Css Color HEX #133370 Sapphire

📋 copy color: '#133370'

red 19 ◦ green 51 ◦ blue 112

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

Shades of Sapphire #133370

Tints of Sapphire #133370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

 BLUE value IS 112 (44.14% from 255) = 61.54%

R = 10.44%
G = 28.02%
B = 61.54%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133370 (or 0x133370) is known color: Sapphire. HEX triplet: 13, 33 and 70. RGB value is (19,51,112). Sum of RGB (Red+Green+Blue) = 19+51+112=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #133370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133370 is #ECCC8F. Grayscale: #303030. Windows color (decimal): -15518864 or 7353107. OLE color: 7353107.

HSL color Cylindrical-coordinate representation of color #133370: hue angle of 219.35º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133370 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 51 112 -
CMYK 0.83 0.54 0 0.56
HSL 219.35º 0.71% 0.26% -
HSV(B) 219.35º 0.83% 0.44% -
XYZ 4.38 3.68 15.81 -
YUV 48.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 19 51 112 0.83 0.54 0 0.56 219.35 0.71 0.26
Hex 13 33 70 53 36 0 38 DB 47 1A
Octal 23 63 160 123 66 0 70 333 107 32
Binary 10011 110011 1110000 1010011 110110 0 111000 11011011 1000111 11010

Color Harmonies of #133370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133370

Black with #133370

Text Example


Text Example

White with #133370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133370; }

 p { color: rgb(19,51,112); }

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

background-color css

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

 a { background-color: rgb(19,51,112); }

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

border-color css

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

 span { border-color: rgb(19,51,112); }

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