Html Css Color HEX #0F5CFF Navy Blue

📋 copy color: '#0F5CFF'

red 15 ◦ green 92 ◦ blue 255

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

Shades of Navy Blue #0F5CFF

Tints of Navy Blue #0F5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

 BLUE value IS 255 (100% from 255) = 70.44%

R = 4.14%
G = 25.41%
B = 70.44%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F5CFF (or 0x0F5CFF) is known color: Navy Blue. HEX triplet: 0F, 5C and FF. RGB value is (15,92,255). Sum of RGB (Red+Green+Blue) = 15+92+255=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F5CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5CFF is #F0A300. Grayscale: #565656. Windows color (decimal): -15770369 or 16735247. OLE color: 16735247.

HSL color Cylindrical-coordinate representation of color #0F5CFF: hue angle of 220.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F5CFF is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 92 255 -
CMYK 0.94 0.64 0 0
HSL 220.75º 1% 0.53% -
HSV(B) 220.75º 0.94% 1% -
XYZ 22.07 14.98 96.33 -
YUV 87.56 222.49 76.25 -
System Red Green Blue C M Y K H S L
Decimal 15 92 255 0.94 0.64 0 0 220.75 1 0.53
Hex F 5C FF 5E 40 0 0 DD 64 35
Octal 17 134 377 136 100 0 0 335 144 65
Binary 1111 1011100 11111111 1011110 1000000 0 0 11011101 1100100 110101

Color Harmonies of #0F5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5CFF

Black with #0F5CFF

Text Example


Text Example

White with #0F5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,92,255); }

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

background-color css

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

 a { background-color: rgb(15,92,255); }

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

border-color css

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

 span { border-color: rgb(15,92,255); }

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