Html Css Color HEX #0F77CA Navy Blue

📋 copy color: '#0F77CA'

red 15 ◦ green 119 ◦ blue 202

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

Shades of Navy Blue #0F77CA

Tints of Navy Blue #0F77CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 202 (79.3% from 255) = 60.12%

R = 4.46%
G = 35.42%
B = 60.12%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0F77CA (or 0x0F77CA) is known color: Navy Blue. HEX triplet: 0F, 77 and CA. RGB value is (15,119,202). Sum of RGB (Red+Green+Blue) = 15+119+202=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F77CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F77CA is #F08835. Grayscale: #606060. Windows color (decimal): -15763510 or 13268751. OLE color: 13268751.

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

Color convert

RGB 15 119 202 -
CMYK 0.93 0.41 0 0.21
HSL 206.63º 0.86% 0.43% -
HSV(B) 206.63º 0.93% 0.79% -
XYZ 17.45 17.56 58.35 -
YUV 97.37 187.04 69.25 -
System Red Green Blue C M Y K H S L
Decimal 15 119 202 0.93 0.41 0 0.21 206.63 0.86 0.43
Hex F 77 CA 5D 29 0 15 CF 56 2B
Octal 17 167 312 135 51 0 25 317 126 53
Binary 1111 1110111 11001010 1011101 101001 0 10101 11001111 1010110 101011

Color Harmonies of #0F77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F77CA

Black with #0F77CA

Text Example


Text Example

White with #0F77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,119,202); }

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

background-color css

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

 a { background-color: rgb(15,119,202); }

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

border-color css

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

 span { border-color: rgb(15,119,202); }

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