Html Css Color HEX #0F019B Ultramarine

📋 copy color: '#0F019B'

red 15 ◦ green 1 ◦ blue 155

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

Shades of Ultramarine #0F019B

Tints of Ultramarine #0F019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 90.64%

R = 8.77%
G = 0.58%
B = 90.64%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F019B (or 0x0F019B) is known color: Ultramarine. HEX triplet: 0F, 01 and 9B. RGB value is (15,1,155). Sum of RGB (Red+Green+Blue) = 15+1+155=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F019B is #F0FE64. Grayscale: #161616. Windows color (decimal): -15793765 or 10158351. OLE color: 10158351.

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

Color convert

RGB 15 1 155 -
CMYK 0.90 0.99 0 0.39
HSL 245.45º 0.99% 0.31% -
HSV(B) 245.45º 0.99% 0.61% -
XYZ 6.12 2.49 31.17 -
YUV 22.74 202.64 122.48 -
System Red Green Blue C M Y K H S L
Decimal 15 1 155 0.90 0.99 0 0.39 245.45 0.99 0.31
Hex F 1 9B 5A 63 0 27 F5 63 1F
Octal 17 1 233 132 143 0 47 365 143 37
Binary 1111 1 10011011 1011010 1100011 0 100111 11110101 1100011 11111

Color Harmonies of #0F019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F019B

Black with #0F019B

Text Example


Text Example

White with #0F019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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