Html Css Color HEX #0469BC Navy Blue

📋 copy color: '#0469BC'

red 4 ◦ green 105 ◦ blue 188

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

Shades of Navy Blue #0469BC

Tints of Navy Blue #0469BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 1.35%
G = 35.35%
B = 63.3%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0469BC (or 0x0469BC) is known color: Navy Blue. HEX triplet: 04, 69 and BC. RGB value is (4,105,188). Sum of RGB (Red+Green+Blue) = 4+105+188=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #0469BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0469BC is #FB9643. Grayscale: #535353. Windows color (decimal): -16488004 or 12347652. OLE color: 12347652.

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

Color convert

RGB 4 105 188 -
CMYK 0.98 0.44 0 0.26
HSL 207.07º 0.96% 0.38% -
HSV(B) 207.07º 0.98% 0.74% -
XYZ 14.18 13.76 49.49 -
YUV 84.26 186.54 70.75 -
System Red Green Blue C M Y K H S L
Decimal 4 105 188 0.98 0.44 0 0.26 207.07 0.96 0.38
Hex 4 69 BC 62 2C 0 1A CF 60 26
Octal 4 151 274 142 54 0 32 317 140 46
Binary 100 1101001 10111100 1100010 101100 0 11010 11001111 1100000 100110

Color Harmonies of #0469BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0469BC

Black with #0469BC

Text Example


Text Example

White with #0469BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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