Html Css Color HEX #055CDF Navy Blue

📋 copy color: '#055CDF'

red 5 ◦ green 92 ◦ blue 223

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

Shades of Navy Blue #055CDF

Tints of Navy Blue #055CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 1.56%
G = 28.75%
B = 69.69%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#055CDF (or 0x055CDF) is known color: Navy Blue. HEX triplet: 05, 5C and DF. RGB value is (5,92,223). Sum of RGB (Red+Green+Blue) = 5+92+223=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #055CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CDF is #FAA320. Grayscale: #505050. Windows color (decimal): -16425761 or 14638085. OLE color: 14638085.

HSL color Cylindrical-coordinate representation of color #055CDF: hue angle of 216.06º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CDF is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 92 223 -
CMYK 0.98 0.59 0 0.13
HSL 216.06º 0.96% 0.45% -
HSV(B) 216.06º 0.98% 0.87% -
XYZ 17.21 13.01 71.42 -
YUV 80.92 208.18 73.85 -
System Red Green Blue C M Y K H S L
Decimal 5 92 223 0.98 0.59 0 0.13 216.06 0.96 0.45
Hex 5 5C DF 62 3B 0 D D8 60 2D
Octal 5 134 337 142 73 0 15 330 140 55
Binary 101 1011100 11011111 1100010 111011 0 1101 11011000 1100000 101101

Color Harmonies of #055CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CDF

Black with #055CDF

Text Example


Text Example

White with #055CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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