Html Css Color HEX #0F78DF Navy Blue

📋 copy color: '#0F78DF'

red 15 ◦ green 120 ◦ blue 223

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

Shades of Navy Blue #0F78DF

Tints of Navy Blue #0F78DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 4.19%
G = 33.52%
B = 62.29%

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

#0F78DF (or 0x0F78DF) is known color: Navy Blue. HEX triplet: 0F, 78 and DF. RGB value is (15,120,223). Sum of RGB (Red+Green+Blue) = 15+120+223=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F78DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F78DF is #F08720. Grayscale: #636363. Windows color (decimal): -15763233 or 14645263. OLE color: 14645263.

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

Color convert

RGB 15 120 223 -
CMYK 0.93 0.46 0 0.13
HSL 209.71º 0.87% 0.47% -
HSV(B) 209.71º 0.93% 0.87% -
XYZ 20.23 18.86 72.39 -
YUV 100.35 197.21 67.12 -
System Red Green Blue C M Y K H S L
Decimal 15 120 223 0.93 0.46 0 0.13 209.71 0.87 0.47
Hex F 78 DF 5D 2E 0 D D2 57 2F
Octal 17 170 337 135 56 0 15 322 127 57
Binary 1111 1111000 11011111 1011101 101110 0 1101 11010010 1010111 101111

Color Harmonies of #0F78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F78DF

Black with #0F78DF

Text Example


Text Example

White with #0F78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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