Html Css Color HEX #0F089E Ultramarine

📋 copy color: '#0F089E'

red 15 ◦ green 8 ◦ blue 158

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

Shades of Ultramarine #0F089E

Tints of Ultramarine #0F089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 158 (62.11% from 255) = 87.29%

R = 8.29%
G = 4.42%
B = 87.29%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F089E (or 0x0F089E) is known color: Ultramarine. HEX triplet: 0F, 08 and 9E. RGB value is (15,8,158). Sum of RGB (Red+Green+Blue) = 15+8+158=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 158 (62.11% from 255 or 87.29% from 181); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F089E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F089E is #F0F761. Grayscale: #1A1A1A. Windows color (decimal): -15791970 or 10356751. OLE color: 10356751.

HSL color Cylindrical-coordinate representation of color #0F089E: hue angle of 242.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F089E is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 8 158 -
CMYK 0.91 0.95 0 0.38
HSL 242.8º 0.9% 0.33% -
HSV(B) 242.8º 0.95% 0.62% -
XYZ 6.46 2.74 32.54 -
YUV 27.19 201.82 119.3 -
System Red Green Blue C M Y K H S L
Decimal 15 8 158 0.91 0.95 0 0.38 242.8 0.9 0.33
Hex F 8 9E 5B 5F 0 26 F3 5A 21
Octal 17 10 236 133 137 0 46 363 132 41
Binary 1111 1000 10011110 1011011 1011111 0 100110 11110011 1011010 100001

Color Harmonies of #0F089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F089E

Black with #0F089E

Text Example


Text Example

White with #0F089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,158); }

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

background-color css

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

 a { background-color: rgb(15,8,158); }

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

border-color css

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

 span { border-color: rgb(15,8,158); }

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