Html Css Color HEX #10236F Sapphire

📋 copy color: '#10236F'

red 16 ◦ green 35 ◦ blue 111

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

Shades of Sapphire #10236F

Tints of Sapphire #10236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 68.52%

R = 9.88%
G = 21.6%
B = 68.52%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10236F (or 0x10236F) is known color: Sapphire. HEX triplet: 10, 23 and 6F. RGB value is (16,35,111). Sum of RGB (Red+Green+Blue) = 16+35+111=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #10236F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10236F is #EFDC90. Grayscale: #252525. Windows color (decimal): -15719569 or 7283472. OLE color: 7283472.

HSL color Cylindrical-coordinate representation of color #10236F: hue angle of 228º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10236F is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 35 111 -
CMYK 0.86 0.68 0 0.56
HSL 228º 0.75% 0.25% -
HSV(B) 228º 0.86% 0.44% -
XYZ 3.68 2.46 15.32 -
YUV 37.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 16 35 111 0.86 0.68 0 0.56 228 0.75 0.25
Hex 10 23 6F 56 44 0 38 E4 4B 19
Octal 20 43 157 126 104 0 70 344 113 31
Binary 10000 100011 1101111 1010110 1000100 0 111000 11100100 1001011 11001

Color Harmonies of #10236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10236F

Black with #10236F

Text Example


Text Example

White with #10236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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