Html Css Color HEX #0F1AEF Blue

📋 copy color: '#0F1AEF'

red 15 ◦ green 26 ◦ blue 239

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

Shades of Blue #0F1AEF

Tints of Blue #0F1AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

 BLUE value IS 239 (93.75% from 255) = 85.36%

R = 5.36%
G = 9.29%
B = 85.36%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F1AEF (or 0x0F1AEF) is known color: Blue. HEX triplet: 0F, 1A and EF. RGB value is (15,26,239). Sum of RGB (Red+Green+Blue) = 15+26+239=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F1AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1AEF is #F0E510. Grayscale: #2E2E2E. Windows color (decimal): -15787281 or 15669775. OLE color: 15669775.

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

Color convert

RGB 15 26 239 -
CMYK 0.94 0.89 0 0.06
HSL 237.05º 0.88% 0.5% -
HSV(B) 237.05º 0.94% 0.94% -
XYZ 16.15 7.07 82.18 -
YUV 46.99 236.36 105.18 -
System Red Green Blue C M Y K H S L
Decimal 15 26 239 0.94 0.89 0 0.06 237.05 0.88 0.5
Hex F 1A EF 5E 59 0 6 ED 58 32
Octal 17 32 357 136 131 0 6 355 130 62
Binary 1111 11010 11101111 1011110 1011001 0 110 11101101 1011000 110010

Color Harmonies of #0F1AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1AEF

Black with #0F1AEF

Text Example


Text Example

White with #0F1AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,26,239); }

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

background-color css

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

 a { background-color: rgb(15,26,239); }

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

border-color css

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

 span { border-color: rgb(15,26,239); }

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