Html Css Color HEX #003CED Navy Blue

📋 copy color: '#003CED'

red 0 ◦ green 60 ◦ blue 237

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

Shades of Navy Blue #003CED

Tints of Navy Blue #003CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79.8%

R = 0%
G = 20.2%
B = 79.8%

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

#003CED (or 0x003CED) is known color: Navy Blue. HEX triplet: 00, 3C and ED. RGB value is (0,60,237). Sum of RGB (Red+Green+Blue) = 0+60+237=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 237 (92.97% from 255 or 79.80% from 297); Max value from RGB is 237 - color contains mainly: blue. Hex color #003CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CED is #FFC312. Grayscale: #3D3D3D. Windows color (decimal): -16761619 or 15547392. OLE color: 15547392.

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

Color convert

RGB 0 60 237 -
CMYK 1 0.75 0 0.07
HSL 224.81º 1% 0.46% -
HSV(B) 224.81º 1% 0.93% -
XYZ 16.9 9.35 81.03 -
YUV 62.24 226.62 83.61 -
System Red Green Blue C M Y K H S L
Decimal 0 60 237 1 0.75 0 0.07 224.81 1 0.46
Hex 0 3C ED 64 4B 0 7 E1 64 2E
Octal 0 74 355 144 113 0 7 341 144 56
Binary 0 111100 11101101 1100100 1001011 0 111 11100001 1100100 101110

Color Harmonies of #003CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CED

Black with #003CED

Text Example


Text Example

White with #003CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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