Html Css Color HEX #005CE9 Navy Blue

📋 copy color: '#005CE9'

red 0 ◦ green 92 ◦ blue 233

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

Shades of Navy Blue #005CE9

Tints of Navy Blue #005CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 71.69%

R = 0%
G = 28.31%
B = 71.69%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#005CE9 (or 0x005CE9) is known color: Navy Blue. HEX triplet: 00, 5C and E9. RGB value is (0,92,233). Sum of RGB (Red+Green+Blue) = 0+92+233=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 233 (91.41% from 255 or 71.69% from 325); Max value from RGB is 233 - color contains mainly: blue. Hex color #005CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CE9 is #FFA316. Grayscale: #4F4F4F. Windows color (decimal): -16753431 or 15293440. OLE color: 15293440.

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

Color convert

RGB 0 92 233 -
CMYK 1 0.61 0 0.09
HSL 216.31º 1% 0.46% -
HSV(B) 216.31º 1% 0.91% -
XYZ 18.54 13.54 78.73 -
YUV 80.57 214.02 70.54 -
System Red Green Blue C M Y K H S L
Decimal 0 92 233 1 0.61 0 0.09 216.31 1 0.46
Hex 0 5C E9 64 3D 0 9 D8 64 2E
Octal 0 134 351 144 75 0 11 330 144 56
Binary 0 1011100 11101001 1100100 111101 0 1001 11011000 1100100 101110

Color Harmonies of #005CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CE9

Black with #005CE9

Text Example


Text Example

White with #005CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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