Html Css Color HEX #0F089B Ultramarine

📋 copy color: '#0F089B'

red 15 ◦ green 8 ◦ blue 155

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

Shades of Ultramarine #0F089B

Tints of Ultramarine #0F089B

RGB

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

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

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

R = 8.43%
G = 4.49%
B = 87.08%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F089B (or 0x0F089B) is known color: Ultramarine. HEX triplet: 0F, 08 and 9B. RGB value is (15,8,155). Sum of RGB (Red+Green+Blue) = 15+8+155=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 155 (60.94% from 255 or 87.08% from 178); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F089B is #F0F764. Grayscale: #1A1A1A. Windows color (decimal): -15791973 or 10160143. OLE color: 10160143.

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

Color convert

RGB 15 8 155 -
CMYK 0.90 0.95 0 0.39
HSL 242.86º 0.9% 0.32% -
HSV(B) 242.86º 0.95% 0.61% -
XYZ 6.2 2.64 31.19 -
YUV 26.85 200.32 119.55 -
System Red Green Blue C M Y K H S L
Decimal 15 8 155 0.90 0.95 0 0.39 242.86 0.9 0.32
Hex F 8 9B 5A 5F 0 27 F3 5A 20
Octal 17 10 233 132 137 0 47 363 132 40
Binary 1111 1000 10011011 1011010 1011111 0 100111 11110011 1011010 100000

Color Harmonies of #0F089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F089B

Black with #0F089B

Text Example


Text Example

White with #0F089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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