Html Css Color HEX #005CEB Navy Blue

📋 copy color: '#005CEB'

red 0 ◦ green 92 ◦ blue 235

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

Shades of Navy Blue #005CEB

Tints of Navy Blue #005CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.87%

R = 0%
G = 28.13%
B = 71.87%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#005CEB (or 0x005CEB) is known color: Navy Blue. HEX triplet: 00, 5C and EB. RGB value is (0,92,235). Sum of RGB (Red+Green+Blue) = 0+92+235=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #005CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CEB is #FFA314. Grayscale: #505050. Windows color (decimal): -16753429 or 15424512. OLE color: 15424512.

HSL color Cylindrical-coordinate representation of color #005CEB: hue angle of 216.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CEB is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 92 235 -
CMYK 1 0.61 0 0.08
HSL 216.51º 1% 0.46% -
HSV(B) 216.51º 1% 0.92% -
XYZ 18.82 13.65 80.24 -
YUV 80.79 215.02 70.37 -
System Red Green Blue C M Y K H S L
Decimal 0 92 235 1 0.61 0 0.08 216.51 1 0.46
Hex 0 5C EB 64 3D 0 8 D9 64 2E
Octal 0 134 353 144 75 0 10 331 144 56
Binary 0 1011100 11101011 1100100 111101 0 1000 11011001 1100100 101110

Color Harmonies of #005CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CEB

Black with #005CEB

Text Example


Text Example

White with #005CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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