Html Css Color HEX #133362 Sapphire

📋 copy color: '#133362'

red 19 ◦ green 51 ◦ blue 98

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

Shades of Sapphire #133362

Tints of Sapphire #133362

RGB

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

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

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

R = 11.31%
G = 30.36%
B = 58.33%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133362 (or 0x133362) is known color: Sapphire. HEX triplet: 13, 33 and 62. RGB value is (19,51,98). Sum of RGB (Red+Green+Blue) = 19+51+98=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #133362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133362 is #ECCC9D. Grayscale: #2E2E2E. Windows color (decimal): -15518878 or 6435603. OLE color: 6435603.

HSL color Cylindrical-coordinate representation of color #133362: hue angle of 215.7º 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 #133362 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 51 98 -
CMYK 0.81 0.48 0 0.62
HSL 215.7º 0.68% 0.23% -
HSV(B) 215.7º 0.81% 0.38% -
XYZ 3.66 3.39 12.02 -
YUV 46.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 19 51 98 0.81 0.48 0 0.62 215.7 0.68 0.23
Hex 13 33 62 51 30 0 3E D8 44 17
Octal 23 63 142 121 60 0 76 330 104 27
Binary 10011 110011 1100010 1010001 110000 0 111110 11011000 1000100 10111

Color Harmonies of #133362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133362

Black with #133362

Text Example


Text Example

White with #133362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133362; }

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

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

background-color css

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

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

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

border-color css

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

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

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