Html Css Color HEX #0F0885 Ultramarine

📋 copy color: '#0F0885'

red 15 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #0F0885

Tints of Ultramarine #0F0885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 85.26%

R = 9.62%
G = 5.13%
B = 85.26%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F0885 (or 0x0F0885) is known color: Ultramarine. HEX triplet: 0F, 08 and 85. RGB value is (15,8,133). Sum of RGB (Red+Green+Blue) = 15+8+133=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F0885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0885 is #F0F77A. Grayscale: #171717. Windows color (decimal): -15791995 or 8718351. OLE color: 8718351.

HSL color Cylindrical-coordinate representation of color #0F0885: hue angle of 243.36º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0885 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 8 133 -
CMYK 0.89 0.94 0 0.48
HSL 243.36º 0.89% 0.28% -
HSV(B) 243.36º 0.94% 0.52% -
XYZ 4.52 1.97 22.33 -
YUV 24.34 189.32 121.34 -
System Red Green Blue C M Y K H S L
Decimal 15 8 133 0.89 0.94 0 0.48 243.36 0.89 0.28
Hex F 8 85 59 5E 0 30 F3 59 1C
Octal 17 10 205 131 136 0 60 363 131 34
Binary 1111 1000 10000101 1011001 1011110 0 110000 11110011 1011001 11100

Color Harmonies of #0F0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0885

Black with #0F0885

Text Example


Text Example

White with #0F0885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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