Html Css Color HEX #0F5FEF Navy Blue

📋 copy color: '#0F5FEF'

red 15 ◦ green 95 ◦ blue 239

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

Shades of Navy Blue #0F5FEF

Tints of Navy Blue #0F5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

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

R = 4.3%
G = 27.22%
B = 68.48%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F5FEF (or 0x0F5FEF) is known color: Navy Blue. HEX triplet: 0F, 5F and EF. RGB value is (15,95,239). Sum of RGB (Red+Green+Blue) = 15+95+239=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F5FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5FEF is #F0A010. Grayscale: #565656. Windows color (decimal): -15769617 or 15687439. OLE color: 15687439.

HSL color Cylindrical-coordinate representation of color #0F5FEF: hue angle of 218.57º 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 #0F5FEF is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 95 239 -
CMYK 0.94 0.60 0 0.06
HSL 218.57º 0.88% 0.5% -
HSV(B) 218.57º 0.94% 0.94% -
XYZ 19.87 14.52 83.42 -
YUV 87.5 213.5 76.29 -
System Red Green Blue C M Y K H S L
Decimal 15 95 239 0.94 0.60 0 0.06 218.57 0.88 0.5
Hex F 5F EF 5E 3C 0 6 DB 58 32
Octal 17 137 357 136 74 0 6 333 130 62
Binary 1111 1011111 11101111 1011110 111100 0 110 11011011 1011000 110010

Color Harmonies of #0F5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5FEF

Black with #0F5FEF

Text Example


Text Example

White with #0F5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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