Html Css Color HEX #0F058A Ultramarine

📋 copy color: '#0F058A'

red 15 ◦ green 5 ◦ blue 138

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

Shades of Ultramarine #0F058A

Tints of Ultramarine #0F058A

RGB

 RED value IS 15 (6.25% from 255) = 9.49%

 GREEN value IS 5 (2.34% from 255) = 3.16%

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

R = 9.49%
G = 3.16%
B = 87.34%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F058A (or 0x0F058A) is known color: Ultramarine. HEX triplet: 0F, 05 and 8A. RGB value is (15,5,138). Sum of RGB (Red+Green+Blue) = 15+5+138=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F058A is #F0FA75. Grayscale: #161616. Windows color (decimal): -15792758 or 9045263. OLE color: 9045263.

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

Color convert

RGB 15 5 138 -
CMYK 0.89 0.96 0 0.46
HSL 244.51º 0.93% 0.28% -
HSV(B) 244.51º 0.96% 0.54% -
XYZ 4.84 2.05 24.18 -
YUV 23.15 192.81 122.19 -
System Red Green Blue C M Y K H S L
Decimal 15 5 138 0.89 0.96 0 0.46 244.51 0.93 0.28
Hex F 5 8A 59 60 0 2E F5 5D 1C
Octal 17 5 212 131 140 0 56 365 135 34
Binary 1111 101 10001010 1011001 1100000 0 101110 11110101 1011101 11100

Color Harmonies of #0F058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F058A

Black with #0F058A

Text Example


Text Example

White with #0F058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,138); }

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

background-color css

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

 a { background-color: rgb(15,5,138); }

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

border-color css

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

 span { border-color: rgb(15,5,138); }

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