Html Css Color HEX #0467BC Navy Blue

📋 copy color: '#0467BC'

red 4 ◦ green 103 ◦ blue 188

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

Shades of Navy Blue #0467BC

Tints of Navy Blue #0467BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

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

R = 1.36%
G = 34.92%
B = 63.73%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0467BC (or 0x0467BC) is known color: Navy Blue. HEX triplet: 04, 67 and BC. RGB value is (4,103,188). Sum of RGB (Red+Green+Blue) = 4+103+188=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #0467BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0467BC is #FB9843. Grayscale: #525252. Windows color (decimal): -16488516 or 12347140. OLE color: 12347140.

HSL color Cylindrical-coordinate representation of color #0467BC: hue angle of 207.72º 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 #0467BC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 103 188 -
CMYK 0.98 0.45 0 0.26
HSL 207.72º 0.96% 0.38% -
HSV(B) 207.72º 0.98% 0.74% -
XYZ 13.98 13.36 49.42 -
YUV 83.09 187.2 71.59 -
System Red Green Blue C M Y K H S L
Decimal 4 103 188 0.98 0.45 0 0.26 207.72 0.96 0.38
Hex 4 67 BC 62 2D 0 1A D0 60 26
Octal 4 147 274 142 55 0 32 320 140 46
Binary 100 1100111 10111100 1100010 101101 0 11010 11010000 1100000 100110

Color Harmonies of #0467BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0467BC

Black with #0467BC

Text Example


Text Example

White with #0467BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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