Html Css Color HEX #0F6FE1 Navy Blue

📋 copy color: '#0F6FE1'

red 15 ◦ green 111 ◦ blue 225

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

Shades of Navy Blue #0F6FE1

Tints of Navy Blue #0F6FE1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 225 (88.28% from 255) = 64.1%

R = 4.27%
G = 31.62%
B = 64.1%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0F6FE1 (or 0x0F6FE1) is known color: Navy Blue. HEX triplet: 0F, 6F and E1. RGB value is (15,111,225). Sum of RGB (Red+Green+Blue) = 15+111+225=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 225 (88.28% from 255 or 64.10% from 351); Max value from RGB is 225 - color contains mainly: blue. Hex color #0F6FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FE1 is #F0901E. Grayscale: #5E5E5E. Windows color (decimal): -15765535 or 14774031. OLE color: 14774031.

HSL color Cylindrical-coordinate representation of color #0F6FE1: hue angle of 212.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6FE1 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 111 225 -
CMYK 0.93 0.51 0 0.12
HSL 212.57º 0.88% 0.47% -
HSV(B) 212.57º 0.93% 0.88% -
XYZ 19.47 16.91 73.47 -
YUV 95.29 201.2 70.73 -
System Red Green Blue C M Y K H S L
Decimal 15 111 225 0.93 0.51 0 0.12 212.57 0.88 0.47
Hex F 6F E1 5D 33 0 C D5 58 2F
Octal 17 157 341 135 63 0 14 325 130 57
Binary 1111 1101111 11100001 1011101 110011 0 1100 11010101 1011000 101111

Color Harmonies of #0F6FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6FE1

Black with #0F6FE1

Text Example


Text Example

White with #0F6FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,111,225); }

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

background-color css

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

 a { background-color: rgb(15,111,225); }

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

border-color css

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

 span { border-color: rgb(15,111,225); }

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