Html Css Color HEX #007CE5 Navy Blue

📋 copy color: '#007CE5'

red 0 ◦ green 124 ◦ blue 229

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

Shades of Navy Blue #007CE5

Tints of Navy Blue #007CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 64.87%

R = 0%
G = 35.13%
B = 64.87%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#007CE5 (or 0x007CE5) is known color: Navy Blue. HEX triplet: 00, 7C and E5. RGB value is (0,124,229). Sum of RGB (Red+Green+Blue) = 0+124+229=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #007CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CE5 is #FF831A. Grayscale: #626262. Windows color (decimal): -16745243 or 15039488. OLE color: 15039488.

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

Color convert

RGB 0 124 229 -
CMYK 1 0.46 0 0.10
HSL 207.51º 1% 0.45% -
HSV(B) 207.51º 1% 0.9% -
XYZ 21.35 20.07 76.88 -
YUV 98.89 201.42 57.46 -
System Red Green Blue C M Y K H S L
Decimal 0 124 229 1 0.46 0 0.10 207.51 1 0.45
Hex 0 7C E5 64 2E 0 A D0 64 2D
Octal 0 174 345 144 56 0 12 320 144 55
Binary 0 1111100 11100101 1100100 101110 0 1010 11010000 1100100 101101

Color Harmonies of #007CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CE5

Black with #007CE5

Text Example


Text Example

White with #007CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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