Html Css Color HEX #0F78CE Navy Blue

📋 copy color: '#0F78CE'

red 15 ◦ green 120 ◦ blue 206

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

Shades of Navy Blue #0F78CE

Tints of Navy Blue #0F78CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.41%

R = 4.4%
G = 35.19%
B = 60.41%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F78CE (or 0x0F78CE) is known color: Navy Blue. HEX triplet: 0F, 78 and CE. RGB value is (15,120,206). Sum of RGB (Red+Green+Blue) = 15+120+206=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F78CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F78CE is #F08731. Grayscale: #616161. Windows color (decimal): -15763250 or 13531151. OLE color: 13531151.

HSL color Cylindrical-coordinate representation of color #0F78CE: hue angle of 207.02º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F78CE is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 120 206 -
CMYK 0.93 0.42 0 0.19
HSL 207.02º 0.86% 0.43% -
HSV(B) 207.02º 0.93% 0.81% -
XYZ 18.05 17.99 60.91 -
YUV 98.41 188.71 68.51 -
System Red Green Blue C M Y K H S L
Decimal 15 120 206 0.93 0.42 0 0.19 207.02 0.86 0.43
Hex F 78 CE 5D 2A 0 13 CF 56 2B
Octal 17 170 316 135 52 0 23 317 126 53
Binary 1111 1111000 11001110 1011101 101010 0 10011 11001111 1010110 101011

Color Harmonies of #0F78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F78CE

Black with #0F78CE

Text Example


Text Example

White with #0F78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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