Html Css Color HEX #0F0C89 Ultramarine

📋 copy color: '#0F0C89'

red 15 ◦ green 12 ◦ blue 137

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

Shades of Ultramarine #0F0C89

Tints of Ultramarine #0F0C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.32%

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

R = 9.15%
G = 7.32%
B = 83.54%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F0C89 (or 0x0F0C89) is known color: Ultramarine. HEX triplet: 0F, 0C and 89. RGB value is (15,12,137). Sum of RGB (Red+Green+Blue) = 15+12+137=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 137 (53.91% from 255 or 83.54% from 164); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F0C89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0C89 is #F0F376. Grayscale: #1A1A1A. Windows color (decimal): -15790967 or 8981519. OLE color: 8981519.

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

Color convert

RGB 15 12 137 -
CMYK 0.89 0.91 0 0.46
HSL 241.44º 0.84% 0.29% -
HSV(B) 241.44º 0.91% 0.54% -
XYZ 4.84 2.17 23.83 -
YUV 27.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 15 12 137 0.89 0.91 0 0.46 241.44 0.84 0.29
Hex F C 89 59 5B 0 2E F1 54 1D
Octal 17 14 211 131 133 0 56 361 124 35
Binary 1111 1100 10001001 1011001 1011011 0 101110 11110001 1010100 11101

Color Harmonies of #0F0C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C89

Black with #0F0C89

Text Example


Text Example

White with #0F0C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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