Html Css Color HEX #0F76CC Navy Blue

📋 copy color: '#0F76CC'

red 15 ◦ green 118 ◦ blue 204

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

Shades of Navy Blue #0F76CC

Tints of Navy Blue #0F76CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.01%

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

R = 4.45%
G = 35.01%
B = 60.53%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0F76CC (or 0x0F76CC) is known color: Navy Blue. HEX triplet: 0F, 76 and CC. RGB value is (15,118,204). Sum of RGB (Red+Green+Blue) = 15+118+204=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F76CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F76CC is #F08933. Grayscale: #606060. Windows color (decimal): -15763764 or 13399567. OLE color: 13399567.

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

Color convert

RGB 15 118 204 -
CMYK 0.93 0.42 0 0.2
HSL 207.3º 0.86% 0.43% -
HSV(B) 207.3º 0.93% 0.8% -
XYZ 17.57 17.42 59.56 -
YUV 97.01 188.38 69.51 -
System Red Green Blue C M Y K H S L
Decimal 15 118 204 0.93 0.42 0 0.2 207.3 0.86 0.43
Hex F 76 CC 5D 2A 0 14 CF 56 2B
Octal 17 166 314 135 52 0 24 317 126 53
Binary 1111 1110110 11001100 1011101 101010 0 10100 11001111 1010110 101011

Color Harmonies of #0F76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F76CC

Black with #0F76CC

Text Example


Text Example

White with #0F76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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