Html Css Color HEX #045BCF Navy Blue

📋 copy color: '#045BCF'

red 4 ◦ green 91 ◦ blue 207

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

Shades of Navy Blue #045BCF

Tints of Navy Blue #045BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 1.32%
G = 30.13%
B = 68.54%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#045BCF (or 0x045BCF) is known color: Navy Blue. HEX triplet: 04, 5B and CF. RGB value is (4,91,207). Sum of RGB (Red+Green+Blue) = 4+91+207=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #045BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BCF is #FBA430. Grayscale: #4D4D4D. Windows color (decimal): -16491569 or 13589252. OLE color: 13589252.

HSL color Cylindrical-coordinate representation of color #045BCF: hue angle of 214.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BCF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 91 207 -
CMYK 0.98 0.56 0 0.19
HSL 214.29º 0.96% 0.41% -
HSV(B) 214.29º 0.98% 0.81% -
XYZ 15.05 12.01 60.56 -
YUV 78.21 200.68 75.07 -
System Red Green Blue C M Y K H S L
Decimal 4 91 207 0.98 0.56 0 0.19 214.29 0.96 0.41
Hex 4 5B CF 62 38 0 13 D6 60 29
Octal 4 133 317 142 70 0 23 326 140 51
Binary 100 1011011 11001111 1100010 111000 0 10011 11010110 1100000 101001

Color Harmonies of #045BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BCF

Black with #045BCF

Text Example


Text Example

White with #045BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045BCF; }

 p { color: rgb(4,91,207); }

 H1.HeaderClassName
 {
   color: #045BCF;
 }
 .AnyTagClassName
 {
   color: #045BCF;
 }
</style>

background-color css

<style>
 a { background-color: #045BCF; }

 a { background-color: rgb(4,91,207); }

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

border-color css

<style>
 span { border-color: #045BCF; }

 span { border-color: rgb(4,91,207); }

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