Html Css Color HEX #0A1768 Sapphire

📋 copy color: '#0A1768'

red 10 ◦ green 23 ◦ blue 104

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

Shades of Sapphire #0A1768

Tints of Sapphire #0A1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

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

R = 7.3%
G = 16.79%
B = 75.91%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A1768 (or 0x0A1768) is known color: Sapphire. HEX triplet: 0A, 17 and 68. RGB value is (10,23,104). Sum of RGB (Red+Green+Blue) = 10+23+104=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A1768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1768 is #F5E897. Grayscale: #1C1C1C. Windows color (decimal): -16115864 or 6821642. OLE color: 6821642.

HSL color Cylindrical-coordinate representation of color #0A1768: hue angle of 231.7º 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 #0A1768 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 23 104 -
CMYK 0.90 0.78 0 0.59
HSL 231.7º 0.82% 0.22% -
HSV(B) 231.7º 0.9% 0.41% -
XYZ 2.93 1.68 13.27 -
YUV 28.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 10 23 104 0.90 0.78 0 0.59 231.7 0.82 0.22
Hex A 17 68 5A 4E 0 3B E8 52 16
Octal 12 27 150 132 116 0 73 350 122 26
Binary 1010 10111 1101000 1011010 1001110 0 111011 11101000 1010010 10110

Color Harmonies of #0A1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1768

Black with #0A1768

Text Example


Text Example

White with #0A1768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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