Html Css Color HEX #007CEC Navy Blue

📋 copy color: '#007CEC'

red 0 ◦ green 124 ◦ blue 236

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

Shades of Navy Blue #007CEC

Tints of Navy Blue #007CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.56%

R = 0%
G = 34.44%
B = 65.56%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#007CEC (or 0x007CEC) is known color: Navy Blue. HEX triplet: 00, 7C and EC. RGB value is (0,124,236). Sum of RGB (Red+Green+Blue) = 0+124+236=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #007CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CEC is #FF8313. Grayscale: #636363. Windows color (decimal): -16745236 or 15498240. OLE color: 15498240.

HSL color Cylindrical-coordinate representation of color #007CEC: hue angle of 208.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CEC is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 124 236 -
CMYK 1 0.47 0 0.07
HSL 208.47º 1% 0.46% -
HSV(B) 208.47º 1% 0.93% -
XYZ 22.35 20.47 82.13 -
YUV 99.69 204.92 56.89 -
System Red Green Blue C M Y K H S L
Decimal 0 124 236 1 0.47 0 0.07 208.47 1 0.46
Hex 0 7C EC 64 2F 0 7 D0 64 2E
Octal 0 174 354 144 57 0 7 320 144 56
Binary 0 1111100 11101100 1100100 101111 0 111 11010000 1100100 101110

Color Harmonies of #007CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CEC

Black with #007CEC

Text Example


Text Example

White with #007CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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