Html Css Color HEX #005CBF Navy Blue

📋 copy color: '#005CBF'

red 0 ◦ green 92 ◦ blue 191

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

Shades of Navy Blue #005CBF

Tints of Navy Blue #005CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.49%

R = 0%
G = 32.51%
B = 67.49%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#005CBF (or 0x005CBF) is known color: Navy Blue. HEX triplet: 00, 5C and BF. RGB value is (0,92,191). Sum of RGB (Red+Green+Blue) = 0+92+191=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #005CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CBF is #FFA340. Grayscale: #4B4B4B. Windows color (decimal): -16753473 or 12540928. OLE color: 12540928.

HSL color Cylindrical-coordinate representation of color #005CBF: hue angle of 211.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CBF is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 92 191 -
CMYK 1 0.52 0 0.25
HSL 211.1º 1% 0.37% -
HSV(B) 211.1º 1% 0.75% -
XYZ 13.23 11.42 50.8 -
YUV 75.78 193.02 73.95 -
System Red Green Blue C M Y K H S L
Decimal 0 92 191 1 0.52 0 0.25 211.1 1 0.37
Hex 0 5C BF 64 34 0 19 D3 64 25
Octal 0 134 277 144 64 0 31 323 144 45
Binary 0 1011100 10111111 1100100 110100 0 11001 11010011 1100100 100101

Color Harmonies of #005CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CBF

Black with #005CBF

Text Example


Text Example

White with #005CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005CBF; }

 p { color: rgb(0,92,191); }

 H1.HeaderClassName
 {
   color: #005CBF;
 }
 .AnyTagClassName
 {
   color: #005CBF;
 }
</style>

background-color css

<style>
 a { background-color: #005CBF; }

 a { background-color: rgb(0,92,191); }

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

border-color css

<style>
 span { border-color: #005CBF; }

 span { border-color: rgb(0,92,191); }

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