Html Css Color HEX #10236C Sapphire

📋 copy color: '#10236C'

red 16 ◦ green 35 ◦ blue 108

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

Shades of Sapphire #10236C

Tints of Sapphire #10236C

RGB

 RED value IS 16 (6.64% from 255) = 10.06%

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

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

R = 10.06%
G = 22.01%
B = 67.92%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10236C (or 0x10236C) is known color: Sapphire. HEX triplet: 10, 23 and 6C. RGB value is (16,35,108). Sum of RGB (Red+Green+Blue) = 16+35+108=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #10236C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10236C is #EFDC93. Grayscale: #252525. Windows color (decimal): -15719572 or 7086864. OLE color: 7086864.

HSL color Cylindrical-coordinate representation of color #10236C: hue angle of 227.61º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10236C is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 35 108 -
CMYK 0.85 0.68 0 0.58
HSL 227.61º 0.74% 0.24% -
HSV(B) 227.61º 0.85% 0.42% -
XYZ 3.52 2.39 14.46 -
YUV 37.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 16 35 108 0.85 0.68 0 0.58 227.61 0.74 0.24
Hex 10 23 6C 55 44 0 3A E4 4A 18
Octal 20 43 154 125 104 0 72 344 112 30
Binary 10000 100011 1101100 1010101 1000100 0 111010 11100100 1001010 11000

Color Harmonies of #10236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10236C

Black with #10236C

Text Example


Text Example

White with #10236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,35,108); }

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

background-color css

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

 a { background-color: rgb(16,35,108); }

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

border-color css

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

 span { border-color: rgb(16,35,108); }

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