Html Css Color HEX #0F009C Ultramarine

📋 copy color: '#0F009C'

red 15 ◦ green 0 ◦ blue 156

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

Shades of Ultramarine #0F009C

Tints of Ultramarine #0F009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.77%
G = 0%
B = 91.23%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F009C (or 0x0F009C) is known color: Ultramarine. HEX triplet: 0F, 00 and 9C. RGB value is (15,0,156). Sum of RGB (Red+Green+Blue) = 15+0+156=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 156 (61.33% from 255 or 91.23% from 171); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F009C is #F0FF63. Grayscale: #151515. Windows color (decimal): -15794020 or 10223631. OLE color: 10223631.

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

Color convert

RGB 15 0 156 -
CMYK 0.90 1 0 0.39
HSL 245.77º 1% 0.31% -
HSV(B) 245.77º 1% 0.61% -
XYZ 6.2 2.5 31.61 -
YUV 22.27 203.47 122.82 -
System Red Green Blue C M Y K H S L
Decimal 15 0 156 0.90 1 0 0.39 245.77 1 0.31
Hex F 0 9C 5A 64 0 27 F6 64 1F
Octal 17 0 234 132 144 0 47 366 144 37
Binary 1111 0 10011100 1011010 1100100 0 100111 11110110 1100100 11111

Color Harmonies of #0F009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F009C

Black with #0F009C

Text Example


Text Example

White with #0F009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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