Html Css Color HEX #005EEE Navy Blue

📋 copy color: '#005EEE'

red 0 ◦ green 94 ◦ blue 238

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

Shades of Navy Blue #005EEE

Tints of Navy Blue #005EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 238 (93.36% 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.07

RGB Variations

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

Color information

#005EEE (or 0x005EEE) is known color: Navy Blue. HEX triplet: 00, 5E and EE. RGB value is (0,94,238). Sum of RGB (Red+Green+Blue) = 0+94+238=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #005EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EEE is #FFA111. Grayscale: #515151. Windows color (decimal): -16752914 or 15621632. OLE color: 15621632.

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

Color convert

RGB 0 94 238 -
CMYK 1 0.61 0 0.07
HSL 216.3º 1% 0.47% -
HSV(B) 216.3º 1% 0.93% -
XYZ 19.44 14.18 82.6 -
YUV 82.31 215.86 69.29 -
System Red Green Blue C M Y K H S L
Decimal 0 94 238 1 0.61 0 0.07 216.3 1 0.47
Hex 0 5E EE 64 3D 0 7 D8 64 2F
Octal 0 136 356 144 75 0 7 330 144 57
Binary 0 1011110 11101110 1100100 111101 0 111 11011000 1100100 101111

Color Harmonies of #005EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EEE

Black with #005EEE

Text Example


Text Example

White with #005EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,94,238); }

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

background-color css

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

 a { background-color: rgb(0,94,238); }

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

border-color css

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

 span { border-color: rgb(0,94,238); }

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