Html Css Color HEX #0655EB Navy Blue

📋 copy color: '#0655EB'

red 6 ◦ green 85 ◦ blue 235

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

Shades of Navy Blue #0655EB

Tints of Navy Blue #0655EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

 BLUE value IS 235 (92.19% from 255) = 72.09%

R = 1.84%
G = 26.07%
B = 72.09%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0655EB (or 0x0655EB) is known color: Navy Blue. HEX triplet: 06, 55 and EB. RGB value is (6,85,235). Sum of RGB (Red+Green+Blue) = 6+85+235=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #0655EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0655EB is #F9AA14. Grayscale: #4D4D4D. Windows color (decimal): -16362005 or 15422726. OLE color: 15422726.

HSL color Cylindrical-coordinate representation of color #0655EB: hue angle of 219.3º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0655EB is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 85 235 -
CMYK 0.97 0.64 0 0.08
HSL 219.3º 0.95% 0.47% -
HSV(B) 219.3º 0.97% 0.92% -
XYZ 18.32 12.53 80.05 -
YUV 78.48 216.33 76.3 -
System Red Green Blue C M Y K H S L
Decimal 6 85 235 0.97 0.64 0 0.08 219.3 0.95 0.47
Hex 6 55 EB 61 40 0 8 DB 5F 2F
Octal 6 125 353 141 100 0 10 333 137 57
Binary 110 1010101 11101011 1100001 1000000 0 1000 11011011 1011111 101111

Color Harmonies of #0655EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0655EB

Black with #0655EB

Text Example


Text Example

White with #0655EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0655EB; }

 p { color: rgb(6,85,235); }

 H1.HeaderClassName
 {
   color: #0655EB;
 }
 .AnyTagClassName
 {
   color: #0655EB;
 }
</style>

background-color css

<style>
 a { background-color: #0655EB; }

 a { background-color: rgb(6,85,235); }

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

border-color css

<style>
 span { border-color: #0655EB; }

 span { border-color: rgb(6,85,235); }

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