Html Css Color HEX #007CCE Navy Blue

📋 copy color: '#007CCE'

red 0 ◦ green 124 ◦ blue 206

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

Shades of Navy Blue #007CCE

Tints of Navy Blue #007CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 0%
G = 37.58%
B = 62.42%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#007CCE (or 0x007CCE) is known color: Navy Blue. HEX triplet: 00, 7C and CE. RGB value is (0,124,206). Sum of RGB (Red+Green+Blue) = 0+124+206=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #007CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CCE is #FF8331. Grayscale: #5F5F5F. Windows color (decimal): -16745266 or 13532160. OLE color: 13532160.

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

Color convert

RGB 0 124 206 -
CMYK 1 0.40 0 0.19
HSL 203.88º 1% 0.4% -
HSV(B) 203.88º 1% 0.81% -
XYZ 18.35 18.87 61.07 -
YUV 96.27 189.92 59.33 -
System Red Green Blue C M Y K H S L
Decimal 0 124 206 1 0.40 0 0.19 203.88 1 0.4
Hex 0 7C CE 64 28 0 13 CC 64 28
Octal 0 174 316 144 50 0 23 314 144 50
Binary 0 1111100 11001110 1100100 101000 0 10011 11001100 1100100 101000

Color Harmonies of #007CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CCE

Black with #007CCE

Text Example


Text Example

White with #007CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,124,206); }

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

background-color css

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

 a { background-color: rgb(0,124,206); }

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

border-color css

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

 span { border-color: rgb(0,124,206); }

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