Html Css Color HEX #007CEA Navy Blue

📋 copy color: '#007CEA'

red 0 ◦ green 124 ◦ blue 234

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

Shades of Navy Blue #007CEA

Tints of Navy Blue #007CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 0%
G = 34.64%
B = 65.36%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#007CEA (or 0x007CEA) is known color: Navy Blue. HEX triplet: 00, 7C and EA. RGB value is (0,124,234). Sum of RGB (Red+Green+Blue) = 0+124+234=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #007CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CEA is #FF8315. Grayscale: #626262. Windows color (decimal): -16745238 or 15367168. OLE color: 15367168.

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

Color convert

RGB 0 124 234 -
CMYK 1 0.47 0 0.08
HSL 208.21º 1% 0.46% -
HSV(B) 208.21º 1% 0.92% -
XYZ 22.06 20.36 80.61 -
YUV 99.46 203.92 57.06 -
System Red Green Blue C M Y K H S L
Decimal 0 124 234 1 0.47 0 0.08 208.21 1 0.46
Hex 0 7C EA 64 2F 0 8 D0 64 2E
Octal 0 174 352 144 57 0 10 320 144 56
Binary 0 1111100 11101010 1100100 101111 0 1000 11010000 1100100 101110

Color Harmonies of #007CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CEA

Black with #007CEA

Text Example


Text Example

White with #007CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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