Html Css Color HEX #0A2B69 Sapphire

📋 copy color: '#0A2B69'

red 10 ◦ green 43 ◦ blue 105

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

Shades of Sapphire #0A2B69

Tints of Sapphire #0A2B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.22%

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

R = 6.33%
G = 27.22%
B = 66.46%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A2B69 (or 0x0A2B69) is known color: Sapphire. HEX triplet: 0A, 2B and 69. RGB value is (10,43,105). Sum of RGB (Red+Green+Blue) = 10+43+105=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A2B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2B69 is #F5D496. Grayscale: #272727. Windows color (decimal): -16110743 or 6892298. OLE color: 6892298.

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

Color convert

RGB 10 43 105 -
CMYK 0.90 0.59 0 0.59
HSL 219.16º 0.83% 0.23% -
HSV(B) 219.16º 0.9% 0.41% -
XYZ 3.54 2.81 13.72 -
YUV 40.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 10 43 105 0.90 0.59 0 0.59 219.16 0.83 0.23
Hex A 2B 69 5A 3B 0 3B DB 53 17
Octal 12 53 151 132 73 0 73 333 123 27
Binary 1010 101011 1101001 1011010 111011 0 111011 11011011 1010011 10111

Color Harmonies of #0A2B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2B69

Black with #0A2B69

Text Example


Text Example

White with #0A2B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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