Html Css Color HEX #0663BE Navy Blue

📋 copy color: '#0663BE'

red 6 ◦ green 99 ◦ blue 190

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

Shades of Navy Blue #0663BE

Tints of Navy Blue #0663BE

RGB

 RED value IS 6 (2.73% from 255) = 2.03%

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 2.03%
G = 33.56%
B = 64.41%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0663BE (or 0x0663BE) is known color: Navy Blue. HEX triplet: 06, 63 and BE. RGB value is (6,99,190). Sum of RGB (Red+Green+Blue) = 6+99+190=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #0663BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0663BE is #F99C41. Grayscale: #515151. Windows color (decimal): -16358466 or 12477190. OLE color: 12477190.

HSL color Cylindrical-coordinate representation of color #0663BE: hue angle of 209.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0663BE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 99 190 -
CMYK 0.97 0.48 0 0.25
HSL 209.67º 0.94% 0.38% -
HSV(B) 209.67º 0.97% 0.75% -
XYZ 13.83 12.68 50.43 -
YUV 81.57 189.19 74.1 -
System Red Green Blue C M Y K H S L
Decimal 6 99 190 0.97 0.48 0 0.25 209.67 0.94 0.38
Hex 6 63 BE 61 30 0 19 D2 5E 26
Octal 6 143 276 141 60 0 31 322 136 46
Binary 110 1100011 10111110 1100001 110000 0 11001 11010010 1011110 100110

Color Harmonies of #0663BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0663BE

Black with #0663BE

Text Example


Text Example

White with #0663BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0663BE; }

 p { color: rgb(6,99,190); }

 H1.HeaderClassName
 {
   color: #0663BE;
 }
 .AnyTagClassName
 {
   color: #0663BE;
 }
</style>

background-color css

<style>
 a { background-color: #0663BE; }

 a { background-color: rgb(6,99,190); }

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

border-color css

<style>
 span { border-color: #0663BE; }

 span { border-color: rgb(6,99,190); }

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