Html Css Color HEX #0469DD Navy Blue

📋 copy color: '#0469DD'

red 4 ◦ green 105 ◦ blue 221

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

Shades of Navy Blue #0469DD

Tints of Navy Blue #0469DD

RGB

 RED value IS 4 (1.95% from 255) = 1.21%

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

 BLUE value IS 221 (86.72% from 255) = 66.97%

R = 1.21%
G = 31.82%
B = 66.97%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0469DD (or 0x0469DD) is known color: Navy Blue. HEX triplet: 04, 69 and DD. RGB value is (4,105,221). Sum of RGB (Red+Green+Blue) = 4+105+221=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #0469DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0469DD is #FB9622. Grayscale: #575757. Windows color (decimal): -16487971 or 14510340. OLE color: 14510340.

HSL color Cylindrical-coordinate representation of color #0469DD: hue angle of 212.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0469DD is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 105 221 -
CMYK 0.98 0.52 0 0.13
HSL 212.07º 0.96% 0.44% -
HSV(B) 212.07º 0.98% 0.87% -
XYZ 18.15 15.35 70.41 -
YUV 88.03 203.04 68.07 -
System Red Green Blue C M Y K H S L
Decimal 4 105 221 0.98 0.52 0 0.13 212.07 0.96 0.44
Hex 4 69 DD 62 34 0 D D4 60 2C
Octal 4 151 335 142 64 0 15 324 140 54
Binary 100 1101001 11011101 1100010 110100 0 1101 11010100 1100000 101100

Color Harmonies of #0469DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0469DD

Black with #0469DD

Text Example


Text Example

White with #0469DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0469DD; }

 p { color: rgb(4,105,221); }

 H1.HeaderClassName
 {
   color: #0469DD;
 }
 .AnyTagClassName
 {
   color: #0469DD;
 }
</style>

background-color css

<style>
 a { background-color: #0469DD; }

 a { background-color: rgb(4,105,221); }

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

border-color css

<style>
 span { border-color: #0469DD; }

 span { border-color: rgb(4,105,221); }

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