Html Css Color HEX #0A306E Sapphire

📋 copy color: '#0A306E'

red 10 ◦ green 48 ◦ blue 110

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

Shades of Sapphire #0A306E

Tints of Sapphire #0A306E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

 BLUE value IS 110 (43.36% from 255) = 65.48%

R = 5.95%
G = 28.57%
B = 65.48%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A306E (or 0x0A306E) is known color: Sapphire. HEX triplet: 0A, 30 and 6E. RGB value is (10,48,110). Sum of RGB (Red+Green+Blue) = 10+48+110=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A306E is #F5CF91. Grayscale: #2B2B2B. Windows color (decimal): -16109458 or 7221258. OLE color: 7221258.

HSL color Cylindrical-coordinate representation of color #0A306E: hue angle of 217.2º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A306E is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 48 110 -
CMYK 0.91 0.56 0 0.57
HSL 217.2º 0.83% 0.24% -
HSV(B) 217.2º 0.91% 0.43% -
XYZ 4 3.3 15.18 -
YUV 43.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 10 48 110 0.91 0.56 0 0.57 217.2 0.83 0.24
Hex A 30 6E 5B 38 0 39 D9 53 18
Octal 12 60 156 133 70 0 71 331 123 30
Binary 1010 110000 1101110 1011011 111000 0 111001 11011001 1010011 11000

Color Harmonies of #0A306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A306E

Black with #0A306E

Text Example


Text Example

White with #0A306E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,48,110); }

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

background-color css

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

 a { background-color: rgb(10,48,110); }

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

border-color css

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

 span { border-color: rgb(10,48,110); }

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