Html Css Color HEX #003ACB Persian Blue

📋 copy color: '#003ACB'

red 0 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #003ACB

Tints of Persian Blue #003ACB

RGB

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

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

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

R = 0%
G = 22.22%
B = 77.78%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#003ACB (or 0x003ACB) is known color: Persian Blue. HEX triplet: 00, 3A and CB. RGB value is (0,58,203). Sum of RGB (Red+Green+Blue) = 0+58+203=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #003ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ACB is #FFC534. Grayscale: #383838. Windows color (decimal): -16762165 or 13318656. OLE color: 13318656.

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

Color convert

RGB 0 58 203 -
CMYK 1 0.71 0 0.20
HSL 222.86º 1% 0.4% -
HSV(B) 222.86º 1% 0.8% -
XYZ 12.29 7.34 57.27 -
YUV 57.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 0 58 203 1 0.71 0 0.20 222.86 1 0.4
Hex 0 3A CB 64 47 0 14 DF 64 28
Octal 0 72 313 144 107 0 24 337 144 50
Binary 0 111010 11001011 1100100 1000111 0 10100 11011111 1100100 101000

Color Harmonies of #003ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ACB

Black with #003ACB

Text Example


Text Example

White with #003ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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