Html Css Color HEX #0A2964 Sapphire

📋 copy color: '#0A2964'

red 10 ◦ green 41 ◦ blue 100

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

Shades of Sapphire #0A2964

Tints of Sapphire #0A2964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.15%

 BLUE value IS 100 (39.45% from 255) = 66.23%

R = 6.62%
G = 27.15%
B = 66.23%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0A2964 (or 0x0A2964) is known color: Sapphire. HEX triplet: 0A, 29 and 64. RGB value is (10,41,100). Sum of RGB (Red+Green+Blue) = 10+41+100=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A2964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2964 is #F5D69B. Grayscale: #262626. Windows color (decimal): -16111260 or 6564106. OLE color: 6564106.

HSL color Cylindrical-coordinate representation of color #0A2964: hue angle of 219.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2964 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 41 100 -
CMYK 0.90 0.59 0 0.61
HSL 219.33º 0.82% 0.22% -
HSV(B) 219.33º 0.9% 0.39% -
XYZ 3.22 2.57 12.38 -
YUV 38.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 10 41 100 0.90 0.59 0 0.61 219.33 0.82 0.22
Hex A 29 64 5A 3B 0 3D DB 52 16
Octal 12 51 144 132 73 0 75 333 122 26
Binary 1010 101001 1100100 1011010 111011 0 111101 11011011 1010010 10110

Color Harmonies of #0A2964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2964

Black with #0A2964

Text Example


Text Example

White with #0A2964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,41,100); }

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

background-color css

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

 a { background-color: rgb(10,41,100); }

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

border-color css

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

 span { border-color: rgb(10,41,100); }

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