Html Css Color HEX #13235B Sapphire

📋 copy color: '#13235B'

red 19 ◦ green 35 ◦ blue 91

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

Shades of Sapphire #13235B

Tints of Sapphire #13235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.14%

 BLUE value IS 91 (35.94% from 255) = 62.76%

R = 13.1%
G = 24.14%
B = 62.76%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13235B (or 0x13235B) is known color: Sapphire. HEX triplet: 13, 23 and 5B. RGB value is (19,35,91). Sum of RGB (Red+Green+Blue) = 19+35+91=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #13235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13235B is #ECDCA4. Grayscale: #242424. Windows color (decimal): -15522981 or 5972755. OLE color: 5972755.

HSL color Cylindrical-coordinate representation of color #13235B: hue angle of 226.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13235B is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 35 91 -
CMYK 0.79 0.62 0 0.64
HSL 226.67º 0.65% 0.22% -
HSV(B) 226.67º 0.79% 0.36% -
XYZ 2.76 2.1 10.16 -
YUV 36.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 19 35 91 0.79 0.62 0 0.64 226.67 0.65 0.22
Hex 13 23 5B 4F 3E 0 40 E3 41 16
Octal 23 43 133 117 76 0 100 343 101 26
Binary 10011 100011 1011011 1001111 111110 0 1000000 11100011 1000001 10110

Color Harmonies of #13235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13235B

Black with #13235B

Text Example


Text Example

White with #13235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13235B; }

 p { color: rgb(19,35,91); }

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

background-color css

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

 a { background-color: rgb(19,35,91); }

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

border-color css

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

 span { border-color: rgb(19,35,91); }

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