Html Css Color HEX #076CED Navy Blue

📋 copy color: '#076CED'

red 7 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #076CED

Tints of Navy Blue #076CED

RGB

 RED value IS 7 (3.13% from 255) = 1.99%

 GREEN value IS 108 (42.58% from 255) = 30.68%

 BLUE value IS 237 (92.97% from 255) = 67.33%

R = 1.99%
G = 30.68%
B = 67.33%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#076CED (or 0x076CED) is known color: Navy Blue. HEX triplet: 07, 6C and ED. RGB value is (7,108,237). Sum of RGB (Red+Green+Blue) = 7+108+237=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #076CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CED is #F89312. Grayscale: #5B5B5B. Windows color (decimal): -16290579 or 15559687. OLE color: 15559687.

HSL color Cylindrical-coordinate representation of color #076CED: hue angle of 213.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CED is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 108 237 -
CMYK 0.97 0.54 0 0.07
HSL 213.65º 0.94% 0.48% -
HSV(B) 213.65º 0.97% 0.93% -
XYZ 20.74 16.88 82.29 -
YUV 92.51 209.54 67.01 -
System Red Green Blue C M Y K H S L
Decimal 7 108 237 0.97 0.54 0 0.07 213.65 0.94 0.48
Hex 7 6C ED 61 36 0 7 D6 5E 30
Octal 7 154 355 141 66 0 7 326 136 60
Binary 111 1101100 11101101 1100001 110110 0 111 11010110 1011110 110000

Color Harmonies of #076CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CED

Black with #076CED

Text Example


Text Example

White with #076CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076CED; }

 p { color: rgb(7,108,237); }

 H1.HeaderClassName
 {
   color: #076CED;
 }
 .AnyTagClassName
 {
   color: #076CED;
 }
</style>

background-color css

<style>
 a { background-color: #076CED; }

 a { background-color: rgb(7,108,237); }

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

border-color css

<style>
 span { border-color: #076CED; }

 span { border-color: rgb(7,108,237); }

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