Html Css Color HEX #0F019A Ultramarine

📋 copy color: '#0F019A'

red 15 ◦ green 1 ◦ blue 154

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

Shades of Ultramarine #0F019A

Tints of Ultramarine #0F019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 154 (60.55% from 255) = 90.59%

R = 8.82%
G = 0.59%
B = 90.59%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F019A (or 0x0F019A) is known color: Ultramarine. HEX triplet: 0F, 01 and 9A. RGB value is (15,1,154). Sum of RGB (Red+Green+Blue) = 15+1+154=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 154 (60.55% from 255 or 90.59% from 170); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F019A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F019A is #F0FE65. Grayscale: #161616. Windows color (decimal): -15793766 or 10092815. OLE color: 10092815.

HSL color Cylindrical-coordinate representation of color #0F019A: hue angle of 245.49º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F019A is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 1 154 -
CMYK 0.90 0.99 0 0.40
HSL 245.49º 0.99% 0.3% -
HSV(B) 245.49º 0.99% 0.6% -
XYZ 6.04 2.46 30.73 -
YUV 22.63 202.14 122.56 -
System Red Green Blue C M Y K H S L
Decimal 15 1 154 0.90 0.99 0 0.40 245.49 0.99 0.3
Hex F 1 9A 5A 63 0 28 F5 63 1E
Octal 17 1 232 132 143 0 50 365 143 36
Binary 1111 1 10011010 1011010 1100011 0 101000 11110101 1100011 11110

Color Harmonies of #0F019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F019A

Black with #0F019A

Text Example


Text Example

White with #0F019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,1,154); }

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

background-color css

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

 a { background-color: rgb(15,1,154); }

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

border-color css

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

 span { border-color: rgb(15,1,154); }

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