Html Css Color HEX #003ACE Persian Blue

📋 copy color: '#003ACE'

red 0 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #003ACE

Tints of Persian Blue #003ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

 BLUE value IS 206 (80.86% from 255) = 78.03%

R = 0%
G = 21.97%
B = 78.03%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#003ACE (or 0x003ACE) is known color: Persian Blue. HEX triplet: 00, 3A and CE. RGB value is (0,58,206). Sum of RGB (Red+Green+Blue) = 0+58+206=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #003ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ACE is #FFC531. Grayscale: #383838. Windows color (decimal): -16762162 or 13515264. OLE color: 13515264.

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

Color convert

RGB 0 58 206 -
CMYK 1 0.72 0 0.19
HSL 223.11º 1% 0.4% -
HSV(B) 223.11º 1% 0.81% -
XYZ 12.65 7.48 59.17 -
YUV 57.53 211.78 86.97 -
System Red Green Blue C M Y K H S L
Decimal 0 58 206 1 0.72 0 0.19 223.11 1 0.4
Hex 0 3A CE 64 48 0 13 DF 64 28
Octal 0 72 316 144 110 0 23 337 144 50
Binary 0 111010 11001110 1100100 1001000 0 10011 11011111 1100100 101000

Color Harmonies of #003ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ACE

Black with #003ACE

Text Example


Text Example

White with #003ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,58,206); }

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

background-color css

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

 a { background-color: rgb(0,58,206); }

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

border-color css

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

 span { border-color: rgb(0,58,206); }

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