Html Css Color HEX #133062 Sapphire

📋 copy color: '#133062'

red 19 ◦ green 48 ◦ blue 98

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

Shades of Sapphire #133062

Tints of Sapphire #133062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.39%

R = 11.52%
G = 29.09%
B = 59.39%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133062 (or 0x133062) is known color: Sapphire. HEX triplet: 13, 30 and 62. RGB value is (19,48,98). Sum of RGB (Red+Green+Blue) = 19+48+98=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #133062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133062 is #ECCF9D. Grayscale: #2C2C2C. Windows color (decimal): -15519646 or 6434835. OLE color: 6434835.

HSL color Cylindrical-coordinate representation of color #133062: hue angle of 217.97º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133062 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 48 98 -
CMYK 0.81 0.51 0 0.62
HSL 217.97º 0.68% 0.23% -
HSV(B) 217.97º 0.81% 0.38% -
XYZ 3.53 3.13 11.97 -
YUV 45.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 19 48 98 0.81 0.51 0 0.62 217.97 0.68 0.23
Hex 13 30 62 51 33 0 3E DA 44 17
Octal 23 60 142 121 63 0 76 332 104 27
Binary 10011 110000 1100010 1010001 110011 0 111110 11011010 1000100 10111

Color Harmonies of #133062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133062

Black with #133062

Text Example


Text Example

White with #133062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133062; }

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

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

background-color css

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

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

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

border-color css

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

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

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