Html Css Color HEX #133569 Sapphire

📋 copy color: '#133569'

red 19 ◦ green 53 ◦ blue 105

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

Shades of Sapphire #133569

Tints of Sapphire #133569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

 BLUE value IS 105 (41.41% from 255) = 59.32%

R = 10.73%
G = 29.94%
B = 59.32%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133569 (or 0x133569) is known color: Sapphire. HEX triplet: 13, 35 and 69. RGB value is (19,53,105). Sum of RGB (Red+Green+Blue) = 19+53+105=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #133569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133569 is #ECCA96. Grayscale: #303030. Windows color (decimal): -15518359 or 6894867. OLE color: 6894867.

HSL color Cylindrical-coordinate representation of color #133569: hue angle of 216.28º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133569 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 53 105 -
CMYK 0.82 0.50 0 0.59
HSL 216.28º 0.69% 0.24% -
HSV(B) 216.28º 0.82% 0.41% -
XYZ 4.09 3.7 13.86 -
YUV 48.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 19 53 105 0.82 0.50 0 0.59 216.28 0.69 0.24
Hex 13 35 69 52 32 0 3B D8 45 18
Octal 23 65 151 122 62 0 73 330 105 30
Binary 10011 110101 1101001 1010010 110010 0 111011 11011000 1000101 11000

Color Harmonies of #133569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133569

Black with #133569

Text Example


Text Example

White with #133569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133569; }

 p { color: rgb(19,53,105); }

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

background-color css

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

 a { background-color: rgb(19,53,105); }

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

border-color css

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

 span { border-color: rgb(19,53,105); }

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