Html Css Color HEX #0F61DD Navy Blue

📋 copy color: '#0F61DD'

red 15 ◦ green 97 ◦ blue 221

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

Shades of Navy Blue #0F61DD

Tints of Navy Blue #0F61DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.37%

R = 4.5%
G = 29.13%
B = 66.37%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F61DD (or 0x0F61DD) is known color: Navy Blue. HEX triplet: 0F, 61 and DD. RGB value is (15,97,221). Sum of RGB (Red+Green+Blue) = 15+97+221=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F61DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F61DD is #F09E22. Grayscale: #565656. Windows color (decimal): -15769123 or 14508303. OLE color: 14508303.

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

Color convert

RGB 15 97 221 -
CMYK 0.93 0.56 0 0.13
HSL 216.12º 0.87% 0.46% -
HSV(B) 216.12º 0.93% 0.87% -
XYZ 17.52 13.87 70.16 -
YUV 86.62 203.83 76.92 -
System Red Green Blue C M Y K H S L
Decimal 15 97 221 0.93 0.56 0 0.13 216.12 0.87 0.46
Hex F 61 DD 5D 38 0 D D8 57 2E
Octal 17 141 335 135 70 0 15 330 127 56
Binary 1111 1100001 11011101 1011101 111000 0 1101 11011000 1010111 101110

Color Harmonies of #0F61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F61DD

Black with #0F61DD

Text Example


Text Example

White with #0F61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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