Html Css Color HEX #13235A Sapphire

📋 copy color: '#13235A'

red 19 ◦ green 35 ◦ blue 90

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

Shades of Sapphire #13235A

Tints of Sapphire #13235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 13.19%
G = 24.31%
B = 62.5%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13235A (or 0x13235A) is known color: Sapphire. HEX triplet: 13, 23 and 5A. RGB value is (19,35,90). Sum of RGB (Red+Green+Blue) = 19+35+90=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #13235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13235A is #ECDCA5. Grayscale: #242424. Windows color (decimal): -15522982 or 5907219. OLE color: 5907219.

HSL color Cylindrical-coordinate representation of color #13235A: hue angle of 226.48º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13235A is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 35 90 -
CMYK 0.79 0.61 0 0.65
HSL 226.48º 0.65% 0.21% -
HSV(B) 226.48º 0.79% 0.35% -
XYZ 2.72 2.08 9.93 -
YUV 36.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 19 35 90 0.79 0.61 0 0.65 226.48 0.65 0.21
Hex 13 23 5A 4F 3D 0 41 E2 41 15
Octal 23 43 132 117 75 0 101 342 101 25
Binary 10011 100011 1011010 1001111 111101 0 1000001 11100010 1000001 10101

Color Harmonies of #13235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13235A

Black with #13235A

Text Example


Text Example

White with #13235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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