Html Css Color HEX #007BEE Navy Blue

📋 copy color: '#007BEE'

red 0 ◦ green 123 ◦ blue 238

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

Shades of Navy Blue #007BEE

Tints of Navy Blue #007BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 0%
G = 34.07%
B = 65.93%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#007BEE (or 0x007BEE) is known color: Navy Blue. HEX triplet: 00, 7B and EE. RGB value is (0,123,238). Sum of RGB (Red+Green+Blue) = 0+123+238=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #007BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BEE is #FF8411. Grayscale: #626262. Windows color (decimal): -16745490 or 15629056. OLE color: 15629056.

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

Color convert

RGB 0 123 238 -
CMYK 1 0.48 0 0.07
HSL 208.99º 1% 0.47% -
HSV(B) 208.99º 1% 0.93% -
XYZ 22.52 20.34 83.63 -
YUV 99.33 206.25 57.15 -
System Red Green Blue C M Y K H S L
Decimal 0 123 238 1 0.48 0 0.07 208.99 1 0.47
Hex 0 7B EE 64 30 0 7 D1 64 2F
Octal 0 173 356 144 60 0 7 321 144 57
Binary 0 1111011 11101110 1100100 110000 0 111 11010001 1100100 101111

Color Harmonies of #007BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BEE

Black with #007BEE

Text Example


Text Example

White with #007BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,123,238); }

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

background-color css

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

 a { background-color: rgb(0,123,238); }

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

border-color css

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

 span { border-color: rgb(0,123,238); }

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