Html Css Color HEX #0668DB Navy Blue

📋 copy color: '#0668DB'

red 6 ◦ green 104 ◦ blue 219

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

Shades of Navy Blue #0668DB

Tints of Navy Blue #0668DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 1.82%
G = 31.61%
B = 66.57%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0668DB (or 0x0668DB) is known color: Navy Blue. HEX triplet: 06, 68 and DB. RGB value is (6,104,219). Sum of RGB (Red+Green+Blue) = 6+104+219=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #0668DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0668DB is #F99724. Grayscale: #575757. Windows color (decimal): -16357157 or 14379014. OLE color: 14379014.

HSL color Cylindrical-coordinate representation of color #0668DB: hue angle of 212.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0668DB is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 104 219 -
CMYK 0.97 0.53 0 0.14
HSL 212.39º 0.95% 0.44% -
HSV(B) 212.39º 0.97% 0.86% -
XYZ 17.81 15.05 68.98 -
YUV 87.81 202.03 69.65 -
System Red Green Blue C M Y K H S L
Decimal 6 104 219 0.97 0.53 0 0.14 212.39 0.95 0.44
Hex 6 68 DB 61 35 0 E D4 5F 2C
Octal 6 150 333 141 65 0 16 324 137 54
Binary 110 1101000 11011011 1100001 110101 0 1110 11010100 1011111 101100

Color Harmonies of #0668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0668DB

Black with #0668DB

Text Example


Text Example

White with #0668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0668DB; }

 p { color: rgb(6,104,219); }

 H1.HeaderClassName
 {
   color: #0668DB;
 }
 .AnyTagClassName
 {
   color: #0668DB;
 }
</style>

background-color css

<style>
 a { background-color: #0668DB; }

 a { background-color: rgb(6,104,219); }

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

border-color css

<style>
 span { border-color: #0668DB; }

 span { border-color: rgb(6,104,219); }

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