Html Css Color HEX #0F018A Ultramarine

📋 copy color: '#0F018A'

red 15 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #0F018A

Tints of Ultramarine #0F018A

RGB

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

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

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

R = 9.74%
G = 0.65%
B = 89.61%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F018A (or 0x0F018A) is known color: Ultramarine. HEX triplet: 0F, 01 and 8A. RGB value is (15,1,138). Sum of RGB (Red+Green+Blue) = 15+1+138=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F018A is #F0FE75. Grayscale: #141414. Windows color (decimal): -15793782 or 9044239. OLE color: 9044239.

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

Color convert

RGB 15 1 138 -
CMYK 0.89 0.99 0 0.46
HSL 246.13º 0.99% 0.27% -
HSV(B) 246.13º 0.99% 0.54% -
XYZ 4.8 1.96 24.17 -
YUV 20.8 194.14 123.86 -
System Red Green Blue C M Y K H S L
Decimal 15 1 138 0.89 0.99 0 0.46 246.13 0.99 0.27
Hex F 1 8A 59 63 0 2E F6 63 1B
Octal 17 1 212 131 143 0 56 366 143 33
Binary 1111 1 10001010 1011001 1100011 0 101110 11110110 1100011 11011

Color Harmonies of #0F018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F018A

Black with #0F018A

Text Example


Text Example

White with #0F018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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