Html Css Color HEX #0A2775 Sapphire

📋 copy color: '#0A2775'

red 10 ◦ green 39 ◦ blue 117

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

Shades of Sapphire #0A2775

Tints of Sapphire #0A2775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.48%

R = 6.02%
G = 23.49%
B = 70.48%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A2775 (or 0x0A2775) is known color: Sapphire. HEX triplet: 0A, 27 and 75. RGB value is (10,39,117). Sum of RGB (Red+Green+Blue) = 10+39+117=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A2775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2775 is #F5D88A. Grayscale: #262626. Windows color (decimal): -16111755 or 7677706. OLE color: 7677706.

HSL color Cylindrical-coordinate representation of color #0A2775: hue angle of 223.74º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2775 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 39 117 -
CMYK 0.91 0.67 0 0.54
HSL 223.74º 0.84% 0.25% -
HSV(B) 223.74º 0.91% 0.46% -
XYZ 4.06 2.8 17.16 -
YUV 39.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 10 39 117 0.91 0.67 0 0.54 223.74 0.84 0.25
Hex A 27 75 5B 43 0 36 E0 54 19
Octal 12 47 165 133 103 0 66 340 124 31
Binary 1010 100111 1110101 1011011 1000011 0 110110 11100000 1010100 11001

Color Harmonies of #0A2775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2775

Black with #0A2775

Text Example


Text Example

White with #0A2775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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