Html Css Color HEX #055CDA Navy Blue

📋 copy color: '#055CDA'

red 5 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #055CDA

Tints of Navy Blue #055CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 1.59%
G = 29.21%
B = 69.21%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#055CDA (or 0x055CDA) is known color: Navy Blue. HEX triplet: 05, 5C and DA. RGB value is (5,92,218). Sum of RGB (Red+Green+Blue) = 5+92+218=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #055CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CDA is #FAA325. Grayscale: #4F4F4F. Windows color (decimal): -16425766 or 14310405. OLE color: 14310405.

HSL color Cylindrical-coordinate representation of color #055CDA: hue angle of 215.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CDA is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 92 218 -
CMYK 0.98 0.58 0 0.15
HSL 215.49º 0.96% 0.44% -
HSV(B) 215.49º 0.98% 0.85% -
XYZ 16.54 12.75 67.92 -
YUV 80.35 205.68 74.25 -
System Red Green Blue C M Y K H S L
Decimal 5 92 218 0.98 0.58 0 0.15 215.49 0.96 0.44
Hex 5 5C DA 62 3A 0 F D7 60 2C
Octal 5 134 332 142 72 0 17 327 140 54
Binary 101 1011100 11011010 1100010 111010 0 1111 11010111 1100000 101100

Color Harmonies of #055CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CDA

Black with #055CDA

Text Example


Text Example

White with #055CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055CDA; }

 p { color: rgb(5,92,218); }

 H1.HeaderClassName
 {
   color: #055CDA;
 }
 .AnyTagClassName
 {
   color: #055CDA;
 }
</style>

background-color css

<style>
 a { background-color: #055CDA; }

 a { background-color: rgb(5,92,218); }

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

border-color css

<style>
 span { border-color: #055CDA; }

 span { border-color: rgb(5,92,218); }

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