Html Css Color HEX #0F6DE1 Navy Blue

📋 copy color: '#0F6DE1'

red 15 ◦ green 109 ◦ blue 225

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

Shades of Navy Blue #0F6DE1

Tints of Navy Blue #0F6DE1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

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

R = 4.3%
G = 31.23%
B = 64.47%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0F6DE1 (or 0x0F6DE1) is known color: Navy Blue. HEX triplet: 0F, 6D and E1. RGB value is (15,109,225). Sum of RGB (Red+Green+Blue) = 15+109+225=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 225 (88.28% from 255 or 64.47% from 349); Max value from RGB is 225 - color contains mainly: blue. Hex color #0F6DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DE1 is #F0921E. Grayscale: #5D5D5D. Windows color (decimal): -15766047 or 14773519. OLE color: 14773519.

HSL color Cylindrical-coordinate representation of color #0F6DE1: hue angle of 213.14º 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 #0F6DE1 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 109 225 -
CMYK 0.93 0.52 0 0.12
HSL 213.14º 0.88% 0.47% -
HSV(B) 213.14º 0.93% 0.88% -
XYZ 19.26 16.48 73.4 -
YUV 94.12 201.86 71.57 -
System Red Green Blue C M Y K H S L
Decimal 15 109 225 0.93 0.52 0 0.12 213.14 0.88 0.47
Hex F 6D E1 5D 34 0 C D5 58 2F
Octal 17 155 341 135 64 0 14 325 130 57
Binary 1111 1101101 11100001 1011101 110100 0 1100 11010101 1011000 101111

Color Harmonies of #0F6DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DE1

Black with #0F6DE1

Text Example


Text Example

White with #0F6DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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