Html Css Color HEX #0A2466 Sapphire

📋 copy color: '#0A2466'

red 10 ◦ green 36 ◦ blue 102

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

Shades of Sapphire #0A2466

Tints of Sapphire #0A2466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.32%

 BLUE value IS 102 (40.23% from 255) = 68.92%

R = 6.76%
G = 24.32%
B = 68.92%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0A2466 (or 0x0A2466) is known color: Sapphire. HEX triplet: 0A, 24 and 66. RGB value is (10,36,102). Sum of RGB (Red+Green+Blue) = 10+36+102=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A2466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2466 is #F5DB99. Grayscale: #232323. Windows color (decimal): -16112538 or 6693898. OLE color: 6693898.

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

Color convert

RGB 10 36 102 -
CMYK 0.90 0.65 0 0.6
HSL 223.04º 0.82% 0.22% -
HSV(B) 223.04º 0.9% 0.4% -
XYZ 3.15 2.29 12.85 -
YUV 35.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 10 36 102 0.90 0.65 0 0.6 223.04 0.82 0.22
Hex A 24 66 5A 41 0 3C DF 52 16
Octal 12 44 146 132 101 0 74 337 122 26
Binary 1010 100100 1100110 1011010 1000001 0 111100 11011111 1010010 10110

Color Harmonies of #0A2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2466

Black with #0A2466

Text Example


Text Example

White with #0A2466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,36,102); }

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

background-color css

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

 a { background-color: rgb(10,36,102); }

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

border-color css

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

 span { border-color: rgb(10,36,102); }

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