Html Css Color HEX #0467CA Navy Blue

📋 copy color: '#0467CA'

red 4 ◦ green 103 ◦ blue 202

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

Shades of Navy Blue #0467CA

Tints of Navy Blue #0467CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 1.29%
G = 33.33%
B = 65.37%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0467CA (or 0x0467CA) is known color: Navy Blue. HEX triplet: 04, 67 and CA. RGB value is (4,103,202). Sum of RGB (Red+Green+Blue) = 4+103+202=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #0467CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0467CA is #FB9835. Grayscale: #545454. Windows color (decimal): -16488502 or 13264644. OLE color: 13264644.

HSL color Cylindrical-coordinate representation of color #0467CA: hue angle of 210º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0467CA is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 103 202 -
CMYK 0.98 0.49 0 0.21
HSL 210º 0.96% 0.4% -
HSV(B) 210º 0.98% 0.79% -
XYZ 15.56 13.99 57.76 -
YUV 84.69 194.2 70.45 -
System Red Green Blue C M Y K H S L
Decimal 4 103 202 0.98 0.49 0 0.21 210 0.96 0.4
Hex 4 67 CA 62 31 0 15 D2 60 28
Octal 4 147 312 142 61 0 25 322 140 50
Binary 100 1100111 11001010 1100010 110001 0 10101 11010010 1100000 101000

Color Harmonies of #0467CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0467CA

Black with #0467CA

Text Example


Text Example

White with #0467CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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