Html Css Color HEX #002CCA Persian Blue

📋 copy color: '#002CCA'

red 0 ◦ green 44 ◦ blue 202

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

Shades of Persian Blue #002CCA

Tints of Persian Blue #002CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

 BLUE value IS 202 (79.3% from 255) = 82.11%

R = 0%
G = 17.89%
B = 82.11%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#002CCA (or 0x002CCA) is known color: Persian Blue. HEX triplet: 00, 2C and CA. RGB value is (0,44,202). Sum of RGB (Red+Green+Blue) = 0+44+202=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #002CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CCA is #FFD335. Grayscale: #303030. Windows color (decimal): -16765750 or 13249536. OLE color: 13249536.

HSL color Cylindrical-coordinate representation of color #002CCA: hue angle of 226.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CCA is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 44 202 -
CMYK 1 0.78 0 0.21
HSL 226.93º 1% 0.4% -
HSV(B) 226.93º 1% 0.79% -
XYZ 11.56 6.07 56.44 -
YUV 48.86 214.42 93.15 -
System Red Green Blue C M Y K H S L
Decimal 0 44 202 1 0.78 0 0.21 226.93 1 0.4
Hex 0 2C CA 64 4E 0 15 E3 64 28
Octal 0 54 312 144 116 0 25 343 144 50
Binary 0 101100 11001010 1100100 1001110 0 10101 11100011 1100100 101000

Color Harmonies of #002CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CCA

Black with #002CCA

Text Example


Text Example

White with #002CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002CCA; }

 p { color: rgb(0,44,202); }

 H1.HeaderClassName
 {
   color: #002CCA;
 }
 .AnyTagClassName
 {
   color: #002CCA;
 }
</style>

background-color css

<style>
 a { background-color: #002CCA; }

 a { background-color: rgb(0,44,202); }

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

border-color css

<style>
 span { border-color: #002CCA; }

 span { border-color: rgb(0,44,202); }

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