Html Css Color HEX #007FCB Navy Blue

📋 copy color: '#007FCB'

red 0 ◦ green 127 ◦ blue 203

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

Shades of Navy Blue #007FCB

Tints of Navy Blue #007FCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 127 (50% from 255) = 38.48%

 BLUE value IS 203 (79.69% from 255) = 61.52%

R = 0%
G = 38.48%
B = 61.52%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#007FCB (or 0x007FCB) is known color: Navy Blue. HEX triplet: 00, 7F and CB. RGB value is (0,127,203). Sum of RGB (Red+Green+Blue) = 0+127+203=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #007FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FCB is #FF8034. Grayscale: #616161. Windows color (decimal): -16744501 or 13336320. OLE color: 13336320.

HSL color Cylindrical-coordinate representation of color #007FCB: hue angle of 202.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FCB is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 127 203 -
CMYK 1 0.37 0 0.20
HSL 202.46º 1% 0.4% -
HSV(B) 202.46º 1% 0.8% -
XYZ 18.37 19.49 59.29 -
YUV 97.69 187.42 58.32 -
System Red Green Blue C M Y K H S L
Decimal 0 127 203 1 0.37 0 0.20 202.46 1 0.4
Hex 0 7F CB 64 25 0 14 CA 64 28
Octal 0 177 313 144 45 0 24 312 144 50
Binary 0 1111111 11001011 1100100 100101 0 10100 11001010 1100100 101000

Color Harmonies of #007FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FCB

Black with #007FCB

Text Example


Text Example

White with #007FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007FCB; }

 p { color: rgb(0,127,203); }

 H1.HeaderClassName
 {
   color: #007FCB;
 }
 .AnyTagClassName
 {
   color: #007FCB;
 }
</style>

background-color css

<style>
 a { background-color: #007FCB; }

 a { background-color: rgb(0,127,203); }

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

border-color css

<style>
 span { border-color: #007FCB; }

 span { border-color: rgb(0,127,203); }

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