Html Css Color HEX #0F0284 Ultramarine

📋 copy color: '#0F0284'

red 15 ◦ green 2 ◦ blue 132

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

Shades of Ultramarine #0F0284

Tints of Ultramarine #0F0284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 88.59%

R = 10.07%
G = 1.34%
B = 88.59%

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

#0F0284 (or 0x0F0284) is known color: Ultramarine. HEX triplet: 0F, 02 and 84. RGB value is (15,2,132). Sum of RGB (Red+Green+Blue) = 15+2+132=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 132 (51.95% from 255 or 88.59% from 149); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F0284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0284 is #F0FD7B. Grayscale: #141414. Windows color (decimal): -15793532 or 8651279. OLE color: 8651279.

HSL color Cylindrical-coordinate representation of color #0F0284: hue angle of 246º 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 #0F0284 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 2 132 -
CMYK 0.89 0.98 0 0.48
HSL 246º 0.97% 0.26% -
HSV(B) 246º 0.98% 0.52% -
XYZ 4.38 1.81 21.95 -
YUV 20.71 190.81 123.93 -
System Red Green Blue C M Y K H S L
Decimal 15 2 132 0.89 0.98 0 0.48 246 0.97 0.26
Hex F 2 84 59 62 0 30 F6 61 1A
Octal 17 2 204 131 142 0 60 366 141 32
Binary 1111 10 10000100 1011001 1100010 0 110000 11110110 1100001 11010

Color Harmonies of #0F0284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0284

Black with #0F0284

Text Example


Text Example

White with #0F0284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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