Html Css Color HEX #003ECB Persian Blue

📋 copy color: '#003ECB'

red 0 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #003ECB

Tints of Persian Blue #003ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 0%
G = 23.4%
B = 76.6%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#003ECB (or 0x003ECB) is known color: Persian Blue. HEX triplet: 00, 3E and CB. RGB value is (0,62,203). Sum of RGB (Red+Green+Blue) = 0+62+203=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #003ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ECB is #FFC134. Grayscale: #3A3A3A. Windows color (decimal): -16761141 or 13319680. OLE color: 13319680.

HSL color Cylindrical-coordinate representation of color #003ECB: hue angle of 221.67º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ECB is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 62 203 -
CMYK 1 0.69 0 0.20
HSL 221.67º 1% 0.4% -
HSV(B) 221.67º 1% 0.8% -
XYZ 12.5 7.76 57.34 -
YUV 59.54 208.96 85.54 -
System Red Green Blue C M Y K H S L
Decimal 0 62 203 1 0.69 0 0.20 221.67 1 0.4
Hex 0 3E CB 64 45 0 14 DE 64 28
Octal 0 76 313 144 105 0 24 336 144 50
Binary 0 111110 11001011 1100100 1000101 0 10100 11011110 1100100 101000

Color Harmonies of #003ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ECB

Black with #003ECB

Text Example


Text Example

White with #003ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,62,203); }

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

background-color css

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

 a { background-color: rgb(0,62,203); }

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

border-color css

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

 span { border-color: rgb(0,62,203); }

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