Html Css Color HEX #133262 Sapphire

📋 copy color: '#133262'

red 19 ◦ green 50 ◦ blue 98

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

Shades of Sapphire #133262

Tints of Sapphire #133262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

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

R = 11.38%
G = 29.94%
B = 58.68%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133262 (or 0x133262) is known color: Sapphire. HEX triplet: 13, 32 and 62. RGB value is (19,50,98). Sum of RGB (Red+Green+Blue) = 19+50+98=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #133262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133262 is #ECCD9D. Grayscale: #2D2D2D. Windows color (decimal): -15519134 or 6435347. OLE color: 6435347.

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

Color convert

RGB 19 50 98 -
CMYK 0.81 0.49 0 0.62
HSL 216.46º 0.68% 0.23% -
HSV(B) 216.46º 0.81% 0.38% -
XYZ 3.61 3.3 12 -
YUV 46.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 19 50 98 0.81 0.49 0 0.62 216.46 0.68 0.23
Hex 13 32 62 51 31 0 3E D8 44 17
Octal 23 62 142 121 61 0 76 330 104 27
Binary 10011 110010 1100010 1010001 110001 0 111110 11011000 1000100 10111

Color Harmonies of #133262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133262

Black with #133262

Text Example


Text Example

White with #133262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133262; }

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

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

background-color css

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

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

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

border-color css

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

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

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