Html Css Color HEX #0A2F69 Sapphire

📋 copy color: '#0A2F69'

red 10 ◦ green 47 ◦ blue 105

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

Shades of Sapphire #0A2F69

Tints of Sapphire #0A2F69

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

 BLUE value IS 105 (41.41% from 255) = 64.81%

R = 6.17%
G = 29.01%
B = 64.81%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A2F69 (or 0x0A2F69) is known color: Sapphire. HEX triplet: 0A, 2F and 69. RGB value is (10,47,105). Sum of RGB (Red+Green+Blue) = 10+47+105=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A2F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F69 is #F5D096. Grayscale: #2A2A2A. Windows color (decimal): -16109719 or 6893322. OLE color: 6893322.

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

Color convert

RGB 10 47 105 -
CMYK 0.90 0.55 0 0.59
HSL 216.63º 0.83% 0.23% -
HSV(B) 216.63º 0.9% 0.41% -
XYZ 3.69 3.12 13.77 -
YUV 42.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 10 47 105 0.90 0.55 0 0.59 216.63 0.83 0.23
Hex A 2F 69 5A 37 0 3B D9 53 17
Octal 12 57 151 132 67 0 73 331 123 27
Binary 1010 101111 1101001 1011010 110111 0 111011 11011001 1010011 10111

Color Harmonies of #0A2F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2F69

Black with #0A2F69

Text Example


Text Example

White with #0A2F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,47,105); }

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

background-color css

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

 a { background-color: rgb(10,47,105); }

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

border-color css

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

 span { border-color: rgb(10,47,105); }

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