Html Css Color HEX #0F0285 Ultramarine

📋 copy color: '#0F0285'

red 15 ◦ green 2 ◦ blue 133

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

Shades of Ultramarine #0F0285

Tints of Ultramarine #0F0285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 10%
G = 1.33%
B = 88.67%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F0285 (or 0x0F0285) is known color: Ultramarine. HEX triplet: 0F, 02 and 85. RGB value is (15,2,133). Sum of RGB (Red+Green+Blue) = 15+2+133=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 133 (52.34% from 255 or 88.67% from 150); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F0285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0285 is #F0FD7A. Grayscale: #141414. Windows color (decimal): -15793531 or 8716815. OLE color: 8716815.

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

Color convert

RGB 15 2 133 -
CMYK 0.89 0.98 0 0.48
HSL 245.95º 0.97% 0.26% -
HSV(B) 245.95º 0.98% 0.52% -
XYZ 4.45 1.84 22.31 -
YUV 20.82 191.31 123.85 -
System Red Green Blue C M Y K H S L
Decimal 15 2 133 0.89 0.98 0 0.48 245.95 0.97 0.26
Hex F 2 85 59 62 0 30 F6 61 1A
Octal 17 2 205 131 142 0 60 366 141 32
Binary 1111 10 10000101 1011001 1100010 0 110000 11110110 1100001 11010

Color Harmonies of #0F0285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0285

Black with #0F0285

Text Example


Text Example

White with #0F0285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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