Html Css Color HEX #0F0B94 Ultramarine

📋 copy color: '#0F0B94'

red 15 ◦ green 11 ◦ blue 148

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

Shades of Ultramarine #0F0B94

Tints of Ultramarine #0F0B94

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.32%

 BLUE value IS 148 (58.2% from 255) = 85.06%

R = 8.62%
G = 6.32%
B = 85.06%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F0B94 (or 0x0F0B94) is known color: Ultramarine. HEX triplet: 0F, 0B and 94. RGB value is (15,11,148). Sum of RGB (Red+Green+Blue) = 15+11+148=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F0B94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0B94 is #F0F46B. Grayscale: #1B1B1B. Windows color (decimal): -15791212 or 9702159. OLE color: 9702159.

HSL color Cylindrical-coordinate representation of color #0F0B94: hue angle of 241.75º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0B94 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 11 148 -
CMYK 0.90 0.93 0 0.42
HSL 241.75º 0.86% 0.31% -
HSV(B) 241.75º 0.93% 0.58% -
XYZ 5.66 2.48 28.2 -
YUV 27.81 195.83 118.86 -
System Red Green Blue C M Y K H S L
Decimal 15 11 148 0.90 0.93 0 0.42 241.75 0.86 0.31
Hex F B 94 5A 5D 0 2A F2 56 1F
Octal 17 13 224 132 135 0 52 362 126 37
Binary 1111 1011 10010100 1011010 1011101 0 101010 11110010 1010110 11111

Color Harmonies of #0F0B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B94

Black with #0F0B94

Text Example


Text Example

White with #0F0B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,11,148); }

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

background-color css

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

 a { background-color: rgb(15,11,148); }

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

border-color css

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

 span { border-color: rgb(15,11,148); }

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