Html Css Color HEX #0F74CF Navy Blue

📋 copy color: '#0F74CF'

red 15 ◦ green 116 ◦ blue 207

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

Shades of Navy Blue #0F74CF

Tints of Navy Blue #0F74CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 207 (81.25% from 255) = 61.24%

R = 4.44%
G = 34.32%
B = 61.24%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F74CF (or 0x0F74CF) is known color: Navy Blue. HEX triplet: 0F, 74 and CF. RGB value is (15,116,207). Sum of RGB (Red+Green+Blue) = 15+116+207=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F74CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F74CF is #F08B30. Grayscale: #5F5F5F. Windows color (decimal): -15764273 or 13595663. OLE color: 13595663.

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

Color convert

RGB 15 116 207 -
CMYK 0.93 0.44 0 0.19
HSL 208.44º 0.86% 0.44% -
HSV(B) 208.44º 0.93% 0.81% -
XYZ 17.7 17.1 61.4 -
YUV 96.18 190.54 70.1 -
System Red Green Blue C M Y K H S L
Decimal 15 116 207 0.93 0.44 0 0.19 208.44 0.86 0.44
Hex F 74 CF 5D 2C 0 13 D0 56 2C
Octal 17 164 317 135 54 0 23 320 126 54
Binary 1111 1110100 11001111 1011101 101100 0 10011 11010000 1010110 101100

Color Harmonies of #0F74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F74CF

Black with #0F74CF

Text Example


Text Example

White with #0F74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,116,207); }

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

background-color css

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

 a { background-color: rgb(15,116,207); }

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

border-color css

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

 span { border-color: rgb(15,116,207); }

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