Html Css Color HEX #133470 Sapphire

📋 copy color: '#133470'

red 19 ◦ green 52 ◦ blue 112

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

Shades of Sapphire #133470

Tints of Sapphire #133470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

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

R = 10.38%
G = 28.42%
B = 61.2%

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

#133470 (or 0x133470) is known color: Sapphire. HEX triplet: 13, 34 and 70. RGB value is (19,52,112). Sum of RGB (Red+Green+Blue) = 19+52+112=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #133470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133470 is #ECCB8F. Grayscale: #303030. Windows color (decimal): -15518608 or 7353363. OLE color: 7353363.

HSL color Cylindrical-coordinate representation of color #133470: hue angle of 218.71º 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 #133470 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 52 112 -
CMYK 0.83 0.54 0 0.56
HSL 218.71º 0.71% 0.26% -
HSV(B) 218.71º 0.83% 0.44% -
XYZ 4.42 3.76 15.82 -
YUV 48.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 19 52 112 0.83 0.54 0 0.56 218.71 0.71 0.26
Hex 13 34 70 53 36 0 38 DB 47 1A
Octal 23 64 160 123 66 0 70 333 107 32
Binary 10011 110100 1110000 1010011 110110 0 111000 11011011 1000111 11010

Color Harmonies of #133470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133470

Black with #133470

Text Example


Text Example

White with #133470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133470; }

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

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

background-color css

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

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

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

border-color css

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

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

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