Html Css Color HEX #0469DF Navy Blue

📋 copy color: '#0469DF'

red 4 ◦ green 105 ◦ blue 223

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

Shades of Navy Blue #0469DF

Tints of Navy Blue #0469DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 1.2%
G = 31.63%
B = 67.17%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0469DF (or 0x0469DF) is known color: Navy Blue. HEX triplet: 04, 69 and DF. RGB value is (4,105,223). Sum of RGB (Red+Green+Blue) = 4+105+223=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #0469DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0469DF is #FB9620. Grayscale: #575757. Windows color (decimal): -16487969 or 14641412. OLE color: 14641412.

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

Color convert

RGB 4 105 223 -
CMYK 0.98 0.53 0 0.13
HSL 212.33º 0.96% 0.45% -
HSV(B) 212.33º 0.98% 0.87% -
XYZ 18.42 15.46 71.82 -
YUV 88.25 204.04 67.91 -
System Red Green Blue C M Y K H S L
Decimal 4 105 223 0.98 0.53 0 0.13 212.33 0.96 0.45
Hex 4 69 DF 62 35 0 D D4 60 2D
Octal 4 151 337 142 65 0 15 324 140 55
Binary 100 1101001 11011111 1100010 110101 0 1101 11010100 1100000 101101

Color Harmonies of #0469DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0469DF

Black with #0469DF

Text Example


Text Example

White with #0469DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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