Html Css Color HEX #0F0B89 Ultramarine

📋 copy color: '#0F0B89'

red 15 ◦ green 11 ◦ blue 137

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

Shades of Ultramarine #0F0B89

Tints of Ultramarine #0F0B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 84.05%

R = 9.2%
G = 6.75%
B = 84.05%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F0B89 (or 0x0F0B89) is known color: Ultramarine. HEX triplet: 0F, 0B and 89. RGB value is (15,11,137). Sum of RGB (Red+Green+Blue) = 15+11+137=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F0B89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0B89 is #F0F476. Grayscale: #1A1A1A. Windows color (decimal): -15791223 or 8981263. OLE color: 8981263.

HSL color Cylindrical-coordinate representation of color #0F0B89: hue angle of 241.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0B89 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 11 137 -
CMYK 0.89 0.92 0 0.46
HSL 241.9º 0.85% 0.29% -
HSV(B) 241.9º 0.92% 0.54% -
XYZ 4.83 2.15 23.83 -
YUV 26.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 15 11 137 0.89 0.92 0 0.46 241.9 0.85 0.29
Hex F B 89 59 5C 0 2E F2 55 1D
Octal 17 13 211 131 134 0 56 362 125 35
Binary 1111 1011 10001001 1011001 1011100 0 101110 11110010 1010101 11101

Color Harmonies of #0F0B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B89

Black with #0F0B89

Text Example


Text Example

White with #0F0B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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