Html Css Color HEX #007BC2 Navy Blue

📋 copy color: '#007BC2'

red 0 ◦ green 123 ◦ blue 194

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

Shades of Navy Blue #007BC2

Tints of Navy Blue #007BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 61.2%

R = 0%
G = 38.8%
B = 61.2%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#007BC2 (or 0x007BC2) is known color: Navy Blue. HEX triplet: 00, 7B and C2. RGB value is (0,123,194). Sum of RGB (Red+Green+Blue) = 0+123+194=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 194 (76.17% from 255 or 61.20% from 317); Max value from RGB is 194 - color contains mainly: blue. Hex color #007BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BC2 is #FF843D. Grayscale: #5D5D5D. Windows color (decimal): -16745534 or 12745472. OLE color: 12745472.

HSL color Cylindrical-coordinate representation of color #007BC2: hue angle of 201.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BC2 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 123 194 -
CMYK 1 0.37 0 0.24
HSL 201.96º 1% 0.38% -
HSV(B) 201.96º 1% 0.76% -
XYZ 16.82 18.06 53.64 -
YUV 94.32 184.25 60.73 -
System Red Green Blue C M Y K H S L
Decimal 0 123 194 1 0.37 0 0.24 201.96 1 0.38
Hex 0 7B C2 64 25 0 18 CA 64 26
Octal 0 173 302 144 45 0 30 312 144 46
Binary 0 1111011 11000010 1100100 100101 0 11000 11001010 1100100 100110

Color Harmonies of #007BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BC2

Black with #007BC2

Text Example


Text Example

White with #007BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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