Html Css Color HEX #13236E Sapphire

📋 copy color: '#13236E'

red 19 ◦ green 35 ◦ blue 110

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

Shades of Sapphire #13236E

Tints of Sapphire #13236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 67.07%

R = 11.59%
G = 21.34%
B = 67.07%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13236E (or 0x13236E) is known color: Sapphire. HEX triplet: 13, 23 and 6E. RGB value is (19,35,110). Sum of RGB (Red+Green+Blue) = 19+35+110=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #13236E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13236E is #ECDC91. Grayscale: #262626. Windows color (decimal): -15522962 or 7217939. OLE color: 7217939.

HSL color Cylindrical-coordinate representation of color #13236E: hue angle of 229.45º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13236E is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 35 110 -
CMYK 0.83 0.68 0 0.57
HSL 229.45º 0.71% 0.25% -
HSV(B) 229.45º 0.83% 0.43% -
XYZ 3.68 2.47 15.03 -
YUV 38.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 19 35 110 0.83 0.68 0 0.57 229.45 0.71 0.25
Hex 13 23 6E 53 44 0 39 E5 47 19
Octal 23 43 156 123 104 0 71 345 107 31
Binary 10011 100011 1101110 1010011 1000100 0 111001 11100101 1000111 11001

Color Harmonies of #13236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13236E

Black with #13236E

Text Example


Text Example

White with #13236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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