Html Css Color HEX #0669DB Navy Blue

📋 copy color: '#0669DB'

red 6 ◦ green 105 ◦ blue 219

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

Shades of Navy Blue #0669DB

Tints of Navy Blue #0669DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

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

R = 1.82%
G = 31.82%
B = 66.36%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0669DB (or 0x0669DB) is known color: Navy Blue. HEX triplet: 06, 69 and DB. RGB value is (6,105,219). Sum of RGB (Red+Green+Blue) = 6+105+219=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #0669DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669DB is #F99624. Grayscale: #575757. Windows color (decimal): -16356901 or 14379270. OLE color: 14379270.

HSL color Cylindrical-coordinate representation of color #0669DB: hue angle of 212.11º 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 #0669DB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 105 219 -
CMYK 0.97 0.52 0 0.14
HSL 212.11º 0.95% 0.44% -
HSV(B) 212.11º 0.97% 0.86% -
XYZ 17.91 15.26 69.02 -
YUV 88.4 201.7 69.23 -
System Red Green Blue C M Y K H S L
Decimal 6 105 219 0.97 0.52 0 0.14 212.11 0.95 0.44
Hex 6 69 DB 61 34 0 E D4 5F 2C
Octal 6 151 333 141 64 0 16 324 137 54
Binary 110 1101001 11011011 1100001 110100 0 1110 11010100 1011111 101100

Color Harmonies of #0669DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0669DB

Black with #0669DB

Text Example


Text Example

White with #0669DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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