Html Css Color HEX #133369 Sapphire

📋 copy color: '#133369'

red 19 ◦ green 51 ◦ blue 105

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

Shades of Sapphire #133369

Tints of Sapphire #133369

RGB

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

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

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

R = 10.86%
G = 29.14%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133369 (or 0x133369) is known color: Sapphire. HEX triplet: 13, 33 and 69. RGB value is (19,51,105). Sum of RGB (Red+Green+Blue) = 19+51+105=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #133369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133369 is #ECCC96. Grayscale: #2F2F2F. Windows color (decimal): -15518871 or 6894355. OLE color: 6894355.

HSL color Cylindrical-coordinate representation of color #133369: hue angle of 217.67º 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 #133369 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 51 105 -
CMYK 0.82 0.51 0 0.59
HSL 217.67º 0.69% 0.24% -
HSV(B) 217.67º 0.82% 0.41% -
XYZ 4 3.53 13.83 -
YUV 47.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 19 51 105 0.82 0.51 0 0.59 217.67 0.69 0.24
Hex 13 33 69 52 33 0 3B DA 45 18
Octal 23 63 151 122 63 0 73 332 105 30
Binary 10011 110011 1101001 1010010 110011 0 111011 11011010 1000101 11000

Color Harmonies of #133369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133369

Black with #133369

Text Example


Text Example

White with #133369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133369; }

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

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

background-color css

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

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

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

border-color css

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

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

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