Html Css Color HEX #0F77DD Navy Blue

📋 copy color: '#0F77DD'

red 15 ◦ green 119 ◦ blue 221

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

Shades of Navy Blue #0F77DD

Tints of Navy Blue #0F77DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 4.23%
G = 33.52%
B = 62.25%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F77DD (or 0x0F77DD) is known color: Navy Blue. HEX triplet: 0F, 77 and DD. RGB value is (15,119,221). Sum of RGB (Red+Green+Blue) = 15+119+221=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F77DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F77DD is #F08822. Grayscale: #636363. Windows color (decimal): -15763491 or 14513935. OLE color: 14513935.

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

Color convert

RGB 15 119 221 -
CMYK 0.93 0.46 0 0.13
HSL 209.71º 0.87% 0.46% -
HSV(B) 209.71º 0.93% 0.87% -
XYZ 19.84 18.52 70.93 -
YUV 99.53 196.54 67.71 -
System Red Green Blue C M Y K H S L
Decimal 15 119 221 0.93 0.46 0 0.13 209.71 0.87 0.46
Hex F 77 DD 5D 2E 0 D D2 57 2E
Octal 17 167 335 135 56 0 15 322 127 56
Binary 1111 1110111 11011101 1011101 101110 0 1101 11010010 1010111 101110

Color Harmonies of #0F77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F77DD

Black with #0F77DD

Text Example


Text Example

White with #0F77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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