Html Css Color HEX #007CEB Navy Blue

📋 copy color: '#007CEB'

red 0 ◦ green 124 ◦ blue 235

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

Shades of Navy Blue #007CEB

Tints of Navy Blue #007CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.46%

R = 0%
G = 34.54%
B = 65.46%

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

#007CEB (or 0x007CEB) is known color: Navy Blue. HEX triplet: 00, 7C and EB. RGB value is (0,124,235). Sum of RGB (Red+Green+Blue) = 0+124+235=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #007CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CEB is #FF8314. Grayscale: #636363. Windows color (decimal): -16745237 or 15432704. OLE color: 15432704.

HSL color Cylindrical-coordinate representation of color #007CEB: hue angle of 208.34º 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 #007CEB is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 124 235 -
CMYK 1 0.47 0 0.08
HSL 208.34º 1% 0.46% -
HSV(B) 208.34º 1% 0.92% -
XYZ 22.2 20.41 81.37 -
YUV 99.58 204.42 56.97 -
System Red Green Blue C M Y K H S L
Decimal 0 124 235 1 0.47 0 0.08 208.34 1 0.46
Hex 0 7C EB 64 2F 0 8 D0 64 2E
Octal 0 174 353 144 57 0 10 320 144 56
Binary 0 1111100 11101011 1100100 101111 0 1000 11010000 1100100 101110

Color Harmonies of #007CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CEB

Black with #007CEB

Text Example


Text Example

White with #007CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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