Html Css Color HEX #0A236C Sapphire

📋 copy color: '#0A236C'

red 10 ◦ green 35 ◦ blue 108

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

Shades of Sapphire #0A236C

Tints of Sapphire #0A236C

RGB

 RED value IS 10 (4.3% from 255) = 6.54%

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

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

R = 6.54%
G = 22.88%
B = 70.59%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A236C (or 0x0A236C) is known color: Sapphire. HEX triplet: 0A, 23 and 6C. RGB value is (10,35,108). Sum of RGB (Red+Green+Blue) = 10+35+108=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A236C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A236C is #F5DC93. Grayscale: #232323. Windows color (decimal): -16112788 or 7086858. OLE color: 7086858.

HSL color Cylindrical-coordinate representation of color #0A236C: hue angle of 224.69º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A236C is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 35 108 -
CMYK 0.91 0.68 0 0.58
HSL 224.69º 0.83% 0.23% -
HSV(B) 224.69º 0.91% 0.42% -
XYZ 3.43 2.35 14.46 -
YUV 35.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 10 35 108 0.91 0.68 0 0.58 224.69 0.83 0.23
Hex A 23 6C 5B 44 0 3A E1 53 17
Octal 12 43 154 133 104 0 72 341 123 27
Binary 1010 100011 1101100 1011011 1000100 0 111010 11100001 1010011 10111

Color Harmonies of #0A236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A236C

Black with #0A236C

Text Example


Text Example

White with #0A236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A236C; }

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

 H1.HeaderClassName
 {
   color: #0A236C;
 }
 .AnyTagClassName
 {
   color: #0A236C;
 }
</style>

background-color css

<style>
 a { background-color: #0A236C; }

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

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

border-color css

<style>
 span { border-color: #0A236C; }

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

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