Html Css Color HEX #0548CE Navy Blue

📋 copy color: '#0548CE'

red 5 ◦ green 72 ◦ blue 206

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

Shades of Navy Blue #0548CE

Tints of Navy Blue #0548CE

RGB

 RED value IS 5 (2.34% from 255) = 1.77%

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 1.77%
G = 25.44%
B = 72.79%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0548CE (or 0x0548CE) is known color: Navy Blue. HEX triplet: 05, 48 and CE. RGB value is (5,72,206). Sum of RGB (Red+Green+Blue) = 5+72+206=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #0548CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0548CE is #FAB731. Grayscale: #424242. Windows color (decimal): -16430898 or 13518853. OLE color: 13518853.

HSL color Cylindrical-coordinate representation of color #0548CE: hue angle of 220º degrees, saturation: 0.95, 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 #0548CE is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 72 206 -
CMYK 0.98 0.65 0 0.19
HSL 220º 0.95% 0.41% -
HSV(B) 220º 0.98% 0.81% -
XYZ 13.52 9.12 59.44 -
YUV 67.24 206.3 83.6 -
System Red Green Blue C M Y K H S L
Decimal 5 72 206 0.98 0.65 0 0.19 220 0.95 0.41
Hex 5 48 CE 62 41 0 13 DC 5F 29
Octal 5 110 316 142 101 0 23 334 137 51
Binary 101 1001000 11001110 1100010 1000001 0 10011 11011100 1011111 101001

Color Harmonies of #0548CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0548CE

Black with #0548CE

Text Example


Text Example

White with #0548CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0548CE; }

 p { color: rgb(5,72,206); }

 H1.HeaderClassName
 {
   color: #0548CE;
 }
 .AnyTagClassName
 {
   color: #0548CE;
 }
</style>

background-color css

<style>
 a { background-color: #0548CE; }

 a { background-color: rgb(5,72,206); }

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

border-color css

<style>
 span { border-color: #0548CE; }

 span { border-color: rgb(5,72,206); }

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