Html Css Color HEX #133075 Sapphire

📋 copy color: '#133075'

red 19 ◦ green 48 ◦ blue 117

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

Shades of Sapphire #133075

Tints of Sapphire #133075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 10.33%
G = 26.09%
B = 63.59%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133075 (or 0x133075) is known color: Sapphire. HEX triplet: 13, 30 and 75. RGB value is (19,48,117). Sum of RGB (Red+Green+Blue) = 19+48+117=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #133075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133075 is #ECCF8A. Grayscale: #2E2E2E. Windows color (decimal): -15519627 or 7680019. OLE color: 7680019.

HSL color Cylindrical-coordinate representation of color #133075: hue angle of 222.24º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133075 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 48 117 -
CMYK 0.84 0.59 0 0.54
HSL 222.24º 0.72% 0.27% -
HSV(B) 222.24º 0.84% 0.46% -
XYZ 4.54 3.54 17.27 -
YUV 47.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 19 48 117 0.84 0.59 0 0.54 222.24 0.72 0.27
Hex 13 30 75 54 3B 0 36 DE 48 1B
Octal 23 60 165 124 73 0 66 336 110 33
Binary 10011 110000 1110101 1010100 111011 0 110110 11011110 1001000 11011

Color Harmonies of #133075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133075

Black with #133075

Text Example


Text Example

White with #133075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133075; }

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

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

background-color css

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

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

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

border-color css

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

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

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