Html Css Color HEX #004BCC Navy Blue

📋 copy color: '#004BCC'

red 0 ◦ green 75 ◦ blue 204

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

Shades of Navy Blue #004BCC

Tints of Navy Blue #004BCC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 75 (29.69% from 255) = 26.88%

 BLUE value IS 204 (80.08% from 255) = 73.12%

R = 0%
G = 26.88%
B = 73.12%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#004BCC (or 0x004BCC) is known color: Navy Blue. HEX triplet: 00, 4B and CC. RGB value is (0,75,204). Sum of RGB (Red+Green+Blue) = 0+75+204=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #004BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BCC is #FFB433. Grayscale: #424242. Windows color (decimal): -16757812 or 13388544. OLE color: 13388544.

HSL color Cylindrical-coordinate representation of color #004BCC: hue angle of 217.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BCC is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 75 204 -
CMYK 1 0.63 0 0.2
HSL 217.94º 1% 0.4% -
HSV(B) 217.94º 1% 0.8% -
XYZ 13.42 9.39 58.23 -
YUV 67.28 205.15 80.01 -
System Red Green Blue C M Y K H S L
Decimal 0 75 204 1 0.63 0 0.2 217.94 1 0.4
Hex 0 4B CC 64 3F 0 14 DA 64 28
Octal 0 113 314 144 77 0 24 332 144 50
Binary 0 1001011 11001100 1100100 111111 0 10100 11011010 1100100 101000

Color Harmonies of #004BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BCC

Black with #004BCC

Text Example


Text Example

White with #004BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004BCC; }

 p { color: rgb(0,75,204); }

 H1.HeaderClassName
 {
   color: #004BCC;
 }
 .AnyTagClassName
 {
   color: #004BCC;
 }
</style>

background-color css

<style>
 a { background-color: #004BCC; }

 a { background-color: rgb(0,75,204); }

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

border-color css

<style>
 span { border-color: #004BCC; }

 span { border-color: rgb(0,75,204); }

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