Html Css Color HEX #133472 Sapphire

📋 copy color: '#133472'

red 19 ◦ green 52 ◦ blue 114

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

Shades of Sapphire #133472

Tints of Sapphire #133472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 61.62%

R = 10.27%
G = 28.11%
B = 61.62%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133472 (or 0x133472) is known color: Sapphire. HEX triplet: 13, 34 and 72. RGB value is (19,52,114). Sum of RGB (Red+Green+Blue) = 19+52+114=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #133472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133472 is #ECCB8D. Grayscale: #303030. Windows color (decimal): -15518606 or 7484435. OLE color: 7484435.

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

Color convert

RGB 19 52 114 -
CMYK 0.83 0.54 0 0.55
HSL 219.16º 0.71% 0.26% -
HSV(B) 219.16º 0.83% 0.45% -
XYZ 4.53 3.81 16.42 -
YUV 49.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 19 52 114 0.83 0.54 0 0.55 219.16 0.71 0.26
Hex 13 34 72 53 36 0 37 DB 47 1A
Octal 23 64 162 123 66 0 67 333 107 32
Binary 10011 110100 1110010 1010011 110110 0 110111 11011011 1000111 11010

Color Harmonies of #133472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133472

Black with #133472

Text Example


Text Example

White with #133472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133472; }

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

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

background-color css

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

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

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

border-color css

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

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

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