Html Css Color HEX #004BCE Navy Blue

📋 copy color: '#004BCE'

red 0 ◦ green 75 ◦ blue 206

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

Shades of Navy Blue #004BCE

Tints of Navy Blue #004BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.31%

R = 0%
G = 26.69%
B = 73.31%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#004BCE (or 0x004BCE) is known color: Navy Blue. HEX triplet: 00, 4B and CE. RGB value is (0,75,206). Sum of RGB (Red+Green+Blue) = 0+75+206=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #004BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BCE is #FFB431. Grayscale: #424242. Windows color (decimal): -16757810 or 13519616. OLE color: 13519616.

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

Color convert

RGB 0 75 206 -
CMYK 1 0.64 0 0.19
HSL 218.16º 1% 0.4% -
HSV(B) 218.16º 1% 0.81% -
XYZ 13.66 9.49 59.5 -
YUV 67.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 0 75 206 1 0.64 0 0.19 218.16 1 0.4
Hex 0 4B CE 64 40 0 13 DA 64 28
Octal 0 113 316 144 100 0 23 332 144 50
Binary 0 1001011 11001110 1100100 1000000 0 10011 11011010 1100100 101000

Color Harmonies of #004BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BCE

Black with #004BCE

Text Example


Text Example

White with #004BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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