Html Css Color HEX #0F61DF Navy Blue

📋 copy color: '#0F61DF'

red 15 ◦ green 97 ◦ blue 223

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

Shades of Navy Blue #0F61DF

Tints of Navy Blue #0F61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

 BLUE value IS 223 (87.5% from 255) = 66.57%

R = 4.48%
G = 28.96%
B = 66.57%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F61DF (or 0x0F61DF) is known color: Navy Blue. HEX triplet: 0F, 61 and DF. RGB value is (15,97,223). Sum of RGB (Red+Green+Blue) = 15+97+223=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F61DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F61DF is #F09E20. Grayscale: #565656. Windows color (decimal): -15769121 or 14639375. OLE color: 14639375.

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

Color convert

RGB 15 97 223 -
CMYK 0.93 0.57 0 0.13
HSL 216.35º 0.87% 0.47% -
HSV(B) 216.35º 0.93% 0.87% -
XYZ 17.79 13.98 71.57 -
YUV 86.85 204.83 76.75 -
System Red Green Blue C M Y K H S L
Decimal 15 97 223 0.93 0.57 0 0.13 216.35 0.87 0.47
Hex F 61 DF 5D 39 0 D D8 57 2F
Octal 17 141 337 135 71 0 15 330 127 57
Binary 1111 1100001 11011111 1011101 111001 0 1101 11011000 1010111 101111

Color Harmonies of #0F61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F61DF

Black with #0F61DF

Text Example


Text Example

White with #0F61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,97,223); }

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

background-color css

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

 a { background-color: rgb(15,97,223); }

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

border-color css

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

 span { border-color: rgb(15,97,223); }

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