Html Css Color HEX #003CEE Navy Blue

📋 copy color: '#003CEE'

red 0 ◦ green 60 ◦ blue 238

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

Shades of Navy Blue #003CEE

Tints of Navy Blue #003CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 238 (93.36% from 255) = 79.87%

R = 0%
G = 20.13%
B = 79.87%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#003CEE (or 0x003CEE) is known color: Navy Blue. HEX triplet: 00, 3C and EE. RGB value is (0,60,238). Sum of RGB (Red+Green+Blue) = 0+60+238=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #003CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CEE is #FFC311. Grayscale: #3D3D3D. Windows color (decimal): -16761618 or 15612928. OLE color: 15612928.

HSL color Cylindrical-coordinate representation of color #003CEE: hue angle of 224.87º 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 #003CEE is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 60 238 -
CMYK 1 0.75 0 0.07
HSL 224.87º 1% 0.47% -
HSV(B) 224.87º 1% 0.93% -
XYZ 17.05 9.4 81.81 -
YUV 62.35 227.12 83.53 -
System Red Green Blue C M Y K H S L
Decimal 0 60 238 1 0.75 0 0.07 224.87 1 0.47
Hex 0 3C EE 64 4B 0 7 E1 64 2F
Octal 0 74 356 144 113 0 7 341 144 57
Binary 0 111100 11101110 1100100 1001011 0 111 11100001 1100100 101111

Color Harmonies of #003CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CEE

Black with #003CEE

Text Example


Text Example

White with #003CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003CEE; }

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

 H1.HeaderClassName
 {
   color: #003CEE;
 }
 .AnyTagClassName
 {
   color: #003CEE;
 }
</style>

background-color css

<style>
 a { background-color: #003CEE; }

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

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

border-color css

<style>
 span { border-color: #003CEE; }

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

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