Html Css Color HEX #0F73CC Navy Blue

📋 copy color: '#0F73CC'

red 15 ◦ green 115 ◦ blue 204

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

Shades of Navy Blue #0F73CC

Tints of Navy Blue #0F73CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 4.49%
G = 34.43%
B = 61.08%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0F73CC (or 0x0F73CC) is known color: Navy Blue. HEX triplet: 0F, 73 and CC. RGB value is (15,115,204). Sum of RGB (Red+Green+Blue) = 15+115+204=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F73CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F73CC is #F08C33. Grayscale: #5E5E5E. Windows color (decimal): -15764532 or 13398799. OLE color: 13398799.

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

Color convert

RGB 15 115 204 -
CMYK 0.93 0.44 0 0.2
HSL 208.25º 0.86% 0.43% -
HSV(B) 208.25º 0.93% 0.8% -
XYZ 17.23 16.72 59.45 -
YUV 95.25 189.37 70.76 -
System Red Green Blue C M Y K H S L
Decimal 15 115 204 0.93 0.44 0 0.2 208.25 0.86 0.43
Hex F 73 CC 5D 2C 0 14 D0 56 2B
Octal 17 163 314 135 54 0 24 320 126 53
Binary 1111 1110011 11001100 1011101 101100 0 10100 11010000 1010110 101011

Color Harmonies of #0F73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F73CC

Black with #0F73CC

Text Example


Text Example

White with #0F73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,115,204); }

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

background-color css

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

 a { background-color: rgb(15,115,204); }

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

border-color css

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

 span { border-color: rgb(15,115,204); }

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