Html Css Color HEX #13336C Sapphire

📋 copy color: '#13336C'

red 19 ◦ green 51 ◦ blue 108

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

Shades of Sapphire #13336C

Tints of Sapphire #13336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

 BLUE value IS 108 (42.58% from 255) = 60.67%

R = 10.67%
G = 28.65%
B = 60.67%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13336C (or 0x13336C) is known color: Sapphire. HEX triplet: 13, 33 and 6C. RGB value is (19,51,108). Sum of RGB (Red+Green+Blue) = 19+51+108=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #13336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13336C is #ECCC93. Grayscale: #2F2F2F. Windows color (decimal): -15518868 or 7090963. OLE color: 7090963.

HSL color Cylindrical-coordinate representation of color #13336C: hue angle of 218.43º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13336C is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 51 108 -
CMYK 0.82 0.53 0 0.58
HSL 218.43º 0.7% 0.25% -
HSV(B) 218.43º 0.82% 0.42% -
XYZ 4.16 3.59 14.66 -
YUV 47.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 19 51 108 0.82 0.53 0 0.58 218.43 0.7 0.25
Hex 13 33 6C 52 35 0 3A DA 46 19
Octal 23 63 154 122 65 0 72 332 106 31
Binary 10011 110011 1101100 1010010 110101 0 111010 11011010 1000110 11001

Color Harmonies of #13336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13336C

Black with #13336C

Text Example


Text Example

White with #13336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13336C; }

 p { color: rgb(19,51,108); }

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

background-color css

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

 a { background-color: rgb(19,51,108); }

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

border-color css

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

 span { border-color: rgb(19,51,108); }

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