Html Css Color HEX #0A1E4A Sapphire

📋 copy color: '#0A1E4A'

red 10 ◦ green 30 ◦ blue 74

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

Shades of Sapphire #0A1E4A

Tints of Sapphire #0A1E4A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.32%

 BLUE value IS 74 (29.3% from 255) = 64.91%

R = 8.77%
G = 26.32%
B = 64.91%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A1E4A (or 0x0A1E4A) is known color: Sapphire. HEX triplet: 0A, 1E and 4A. RGB value is (10,30,74). Sum of RGB (Red+Green+Blue) = 10+30+74=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A1E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E4A is #F5E1B5. Grayscale: #1C1C1C. Windows color (decimal): -16114102 or 4857354. OLE color: 4857354.

HSL color Cylindrical-coordinate representation of color #0A1E4A: hue angle of 221.25º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1E4A is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 30 74 -
CMYK 0.86 0.59 0 0.71
HSL 221.25º 0.76% 0.16% -
HSV(B) 221.25º 0.86% 0.29% -
XYZ 1.83 1.49 6.67 -
YUV 29.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 10 30 74 0.86 0.59 0 0.71 221.25 0.76 0.16
Hex A 1E 4A 56 3B 0 47 DD 4C 10
Octal 12 36 112 126 73 0 107 335 114 20
Binary 1010 11110 1001010 1010110 111011 0 1000111 11011101 1001100 10000

Color Harmonies of #0A1E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1E4A

Black with #0A1E4A

Text Example


Text Example

White with #0A1E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,30,74); }

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

background-color css

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

 a { background-color: rgb(10,30,74); }

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

border-color css

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

 span { border-color: rgb(10,30,74); }

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