Html Css Color HEX #002FCA Persian Blue

📋 copy color: '#002FCA'

red 0 ◦ green 47 ◦ blue 202

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

Shades of Persian Blue #002FCA

Tints of Persian Blue #002FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.88%

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

R = 0%
G = 18.88%
B = 81.12%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#002FCA (or 0x002FCA) is known color: Persian Blue. HEX triplet: 00, 2F and CA. RGB value is (0,47,202). Sum of RGB (Red+Green+Blue) = 0+47+202=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #002FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FCA is #FFD035. Grayscale: #313131. Windows color (decimal): -16764982 or 13250304. OLE color: 13250304.

HSL color Cylindrical-coordinate representation of color #002FCA: hue angle of 226.04º 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 #002FCA is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 47 202 -
CMYK 1 0.77 0 0.21
HSL 226.04º 1% 0.4% -
HSV(B) 226.04º 1% 0.79% -
XYZ 11.68 6.3 56.48 -
YUV 50.62 213.43 91.9 -
System Red Green Blue C M Y K H S L
Decimal 0 47 202 1 0.77 0 0.21 226.04 1 0.4
Hex 0 2F CA 64 4D 0 15 E2 64 28
Octal 0 57 312 144 115 0 25 342 144 50
Binary 0 101111 11001010 1100100 1001101 0 10101 11100010 1100100 101000

Color Harmonies of #002FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FCA

Black with #002FCA

Text Example


Text Example

White with #002FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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