Html Css Color HEX #133061 Sapphire

📋 copy color: '#133061'

red 19 ◦ green 48 ◦ blue 97

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

Shades of Sapphire #133061

Tints of Sapphire #133061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 59.15%

R = 11.59%
G = 29.27%
B = 59.15%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133061 (or 0x133061) is known color: Sapphire. HEX triplet: 13, 30 and 61. RGB value is (19,48,97). Sum of RGB (Red+Green+Blue) = 19+48+97=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #133061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133061 is #ECCF9E. Grayscale: #2C2C2C. Windows color (decimal): -15519647 or 6369299. OLE color: 6369299.

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

Color convert

RGB 19 48 97 -
CMYK 0.80 0.51 0 0.62
HSL 217.69º 0.67% 0.23% -
HSV(B) 217.69º 0.8% 0.38% -
XYZ 3.48 3.12 11.73 -
YUV 44.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 19 48 97 0.80 0.51 0 0.62 217.69 0.67 0.23
Hex 13 30 61 50 33 0 3E DA 43 17
Octal 23 60 141 120 63 0 76 332 103 27
Binary 10011 110000 1100001 1010000 110011 0 111110 11011010 1000011 10111

Color Harmonies of #133061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133061

Black with #133061

Text Example


Text Example

White with #133061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133061; }

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

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

background-color css

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

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

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

border-color css

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

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

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