Html Css Color HEX #0A2268 Sapphire

📋 copy color: '#0A2268'

red 10 ◦ green 34 ◦ blue 104

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

Shades of Sapphire #0A2268

Tints of Sapphire #0A2268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

 BLUE value IS 104 (41.02% from 255) = 70.27%

R = 6.76%
G = 22.97%
B = 70.27%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A2268 (or 0x0A2268) is known color: Sapphire. HEX triplet: 0A, 22 and 68. RGB value is (10,34,104). Sum of RGB (Red+Green+Blue) = 10+34+104=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A2268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2268 is #F5DD97. Grayscale: #222222. Windows color (decimal): -16113048 or 6824458. OLE color: 6824458.

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

Color convert

RGB 10 34 104 -
CMYK 0.90 0.67 0 0.59
HSL 224.68º 0.82% 0.22% -
HSV(B) 224.68º 0.9% 0.41% -
XYZ 3.2 2.21 13.35 -
YUV 34.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 10 34 104 0.90 0.67 0 0.59 224.68 0.82 0.22
Hex A 22 68 5A 43 0 3B E1 52 16
Octal 12 42 150 132 103 0 73 341 122 26
Binary 1010 100010 1101000 1011010 1000011 0 111011 11100001 1010010 10110

Color Harmonies of #0A2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2268

Black with #0A2268

Text Example


Text Example

White with #0A2268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,34,104); }

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

background-color css

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

 a { background-color: rgb(10,34,104); }

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

border-color css

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

 span { border-color: rgb(10,34,104); }

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