Html Css Color HEX #133069 Sapphire

📋 copy color: '#133069'

red 19 ◦ green 48 ◦ blue 105

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

Shades of Sapphire #133069

Tints of Sapphire #133069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

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

R = 11.05%
G = 27.91%
B = 61.05%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133069 (or 0x133069) is known color: Sapphire. HEX triplet: 13, 30 and 69. RGB value is (19,48,105). Sum of RGB (Red+Green+Blue) = 19+48+105=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #133069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133069 is #ECCF96. Grayscale: #2D2D2D. Windows color (decimal): -15519639 or 6893587. OLE color: 6893587.

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

Color convert

RGB 19 48 105 -
CMYK 0.82 0.54 0 0.59
HSL 219.77º 0.69% 0.24% -
HSV(B) 219.77º 0.82% 0.41% -
XYZ 3.88 3.27 13.79 -
YUV 45.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 19 48 105 0.82 0.54 0 0.59 219.77 0.69 0.24
Hex 13 30 69 52 36 0 3B DC 45 18
Octal 23 60 151 122 66 0 73 334 105 30
Binary 10011 110000 1101001 1010010 110110 0 111011 11011100 1000101 11000

Color Harmonies of #133069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133069

Black with #133069

Text Example


Text Example

White with #133069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133069; }

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

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

background-color css

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

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

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

border-color css

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

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

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