Html Css Color HEX #0F019C Ultramarine

📋 copy color: '#0F019C'

red 15 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #0F019C

Tints of Ultramarine #0F019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 90.7%

R = 8.72%
G = 0.58%
B = 90.7%

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

#0F019C (or 0x0F019C) is known color: Ultramarine. HEX triplet: 0F, 01 and 9C. RGB value is (15,1,156). Sum of RGB (Red+Green+Blue) = 15+1+156=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F019C is #F0FE63. Grayscale: #161616. Windows color (decimal): -15793764 or 10223887. OLE color: 10223887.

HSL color Cylindrical-coordinate representation of color #0F019C: hue angle of 245.42º 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 #0F019C is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 1 156 -
CMYK 0.90 0.99 0 0.39
HSL 245.42º 0.99% 0.31% -
HSV(B) 245.42º 0.99% 0.61% -
XYZ 6.21 2.52 31.61 -
YUV 22.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 15 1 156 0.90 0.99 0 0.39 245.42 0.99 0.31
Hex F 1 9C 5A 63 0 27 F5 63 1F
Octal 17 1 234 132 143 0 47 365 143 37
Binary 1111 1 10011100 1011010 1100011 0 100111 11110101 1100011 11111

Color Harmonies of #0F019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F019C

Black with #0F019C

Text Example


Text Example

White with #0F019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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