Html Css Color HEX #0A078A Ultramarine

📋 copy color: '#0A078A'

red 10 ◦ green 7 ◦ blue 138

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

Shades of Ultramarine #0A078A

Tints of Ultramarine #0A078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

 BLUE value IS 138 (54.3% from 255) = 89.03%

R = 6.45%
G = 4.52%
B = 89.03%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A078A (or 0x0A078A) is known color: Ultramarine. HEX triplet: 0A, 07 and 8A. RGB value is (10,7,138). Sum of RGB (Red+Green+Blue) = 10+7+138=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 138 (54.30% from 255 or 89.03% from 155); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A078A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A078A is #F5F875. Grayscale: #161616. Windows color (decimal): -16119926 or 9045770. OLE color: 9045770.

HSL color Cylindrical-coordinate representation of color #0A078A: hue angle of 241.37º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A078A is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 7 138 -
CMYK 0.93 0.95 0 0.46
HSL 241.37º 0.9% 0.28% -
HSV(B) 241.37º 0.95% 0.54% -
XYZ 4.79 2.05 24.19 -
YUV 22.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 10 7 138 0.93 0.95 0 0.46 241.37 0.9 0.28
Hex A 7 8A 5D 5F 0 2E F1 5A 1C
Octal 12 7 212 135 137 0 56 361 132 34
Binary 1010 111 10001010 1011101 1011111 0 101110 11110001 1011010 11100

Color Harmonies of #0A078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A078A

Black with #0A078A

Text Example


Text Example

White with #0A078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,7,138); }

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

background-color css

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

 a { background-color: rgb(10,7,138); }

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

border-color css

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

 span { border-color: rgb(10,7,138); }

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