Html Css Color HEX #133274 Sapphire

📋 copy color: '#133274'

red 19 ◦ green 50 ◦ blue 116

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

Shades of Sapphire #133274

Tints of Sapphire #133274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

 BLUE value IS 116 (45.7% from 255) = 62.7%

R = 10.27%
G = 27.03%
B = 62.7%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133274 (or 0x133274) is known color: Sapphire. HEX triplet: 13, 32 and 74. RGB value is (19,50,116). Sum of RGB (Red+Green+Blue) = 19+50+116=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #133274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133274 is #ECCD8B. Grayscale: #2F2F2F. Windows color (decimal): -15519116 or 7614995. OLE color: 7614995.

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

Color convert

RGB 19 50 116 -
CMYK 0.84 0.57 0 0.55
HSL 220.82º 0.72% 0.26% -
HSV(B) 220.82º 0.84% 0.45% -
XYZ 4.56 3.68 16.99 -
YUV 48.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 19 50 116 0.84 0.57 0 0.55 220.82 0.72 0.26
Hex 13 32 74 54 39 0 37 DD 48 1A
Octal 23 62 164 124 71 0 67 335 110 32
Binary 10011 110010 1110100 1010100 111001 0 110111 11011101 1001000 11010

Color Harmonies of #133274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133274

Black with #133274

Text Example


Text Example

White with #133274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133274; }

 p { color: rgb(19,50,116); }

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

background-color css

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

 a { background-color: rgb(19,50,116); }

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

border-color css

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

 span { border-color: rgb(19,50,116); }

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