Html Css Color HEX #133066 Sapphire

📋 copy color: '#133066'

red 19 ◦ green 48 ◦ blue 102

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

Shades of Sapphire #133066

Tints of Sapphire #133066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60.36%

R = 11.24%
G = 28.4%
B = 60.36%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#133066 (or 0x133066) is known color: Sapphire. HEX triplet: 13, 30 and 66. RGB value is (19,48,102). Sum of RGB (Red+Green+Blue) = 19+48+102=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #133066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133066 is #ECCF99. Grayscale: #2D2D2D. Windows color (decimal): -15519642 or 6696979. OLE color: 6696979.

HSL color Cylindrical-coordinate representation of color #133066: hue angle of 219.04º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133066 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 48 102 -
CMYK 0.81 0.53 0 0.6
HSL 219.04º 0.69% 0.24% -
HSV(B) 219.04º 0.81% 0.4% -
XYZ 3.72 3.21 12.99 -
YUV 45.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 19 48 102 0.81 0.53 0 0.6 219.04 0.69 0.24
Hex 13 30 66 51 35 0 3C DB 45 18
Octal 23 60 146 121 65 0 74 333 105 30
Binary 10011 110000 1100110 1010001 110101 0 111100 11011011 1000101 11000

Color Harmonies of #133066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133066

Black with #133066

Text Example


Text Example

White with #133066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133066; }

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

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

background-color css

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

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

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

border-color css

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

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

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