Html Css Color HEX #0A276C Sapphire

📋 copy color: '#0A276C'

red 10 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #0A276C

Tints of Sapphire #0A276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

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

R = 6.37%
G = 24.84%
B = 68.79%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A276C (or 0x0A276C) is known color: Sapphire. HEX triplet: 0A, 27 and 6C. RGB value is (10,39,108). Sum of RGB (Red+Green+Blue) = 10+39+108=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A276C is #F5D893. Grayscale: #252525. Windows color (decimal): -16111764 or 7087882. OLE color: 7087882.

HSL color Cylindrical-coordinate representation of color #0A276C: hue angle of 222.24º 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 #0A276C is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 39 108 -
CMYK 0.91 0.64 0 0.58
HSL 222.24º 0.83% 0.23% -
HSV(B) 222.24º 0.91% 0.42% -
XYZ 3.56 2.6 14.5 -
YUV 38.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 10 39 108 0.91 0.64 0 0.58 222.24 0.83 0.23
Hex A 27 6C 5B 40 0 3A DE 53 17
Octal 12 47 154 133 100 0 72 336 123 27
Binary 1010 100111 1101100 1011011 1000000 0 111010 11011110 1010011 10111

Color Harmonies of #0A276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A276C

Black with #0A276C

Text Example


Text Example

White with #0A276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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