Html Css Color HEX #007BCE Navy Blue

📋 copy color: '#007BCE'

red 0 ◦ green 123 ◦ blue 206

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

Shades of Navy Blue #007BCE

Tints of Navy Blue #007BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 0%
G = 37.39%
B = 62.61%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#007BCE (or 0x007BCE) is known color: Navy Blue. HEX triplet: 00, 7B and CE. RGB value is (0,123,206). Sum of RGB (Red+Green+Blue) = 0+123+206=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #007BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BCE is #FF8431. Grayscale: #5F5F5F. Windows color (decimal): -16745522 or 13531904. OLE color: 13531904.

HSL color Cylindrical-coordinate representation of color #007BCE: hue angle of 204.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BCE is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 123 206 -
CMYK 1 0.40 0 0.19
HSL 204.17º 1% 0.4% -
HSV(B) 204.17º 1% 0.81% -
XYZ 18.22 18.62 61.03 -
YUV 95.69 190.25 59.75 -
System Red Green Blue C M Y K H S L
Decimal 0 123 206 1 0.40 0 0.19 204.17 1 0.4
Hex 0 7B CE 64 28 0 13 CC 64 28
Octal 0 173 316 144 50 0 23 314 144 50
Binary 0 1111011 11001110 1100100 101000 0 10011 11001100 1100100 101000

Color Harmonies of #007BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BCE

Black with #007BCE

Text Example


Text Example

White with #007BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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