Html Css Color HEX #023BCA Persian Blue

📋 copy color: '#023BCA'

red 2 ◦ green 59 ◦ blue 202

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

Shades of Persian Blue #023BCA

Tints of Persian Blue #023BCA

RGB

 RED value IS 2 (1.17% from 255) = 0.76%

 GREEN value IS 59 (23.44% from 255) = 22.43%

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

R = 0.76%
G = 22.43%
B = 76.81%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#023BCA (or 0x023BCA) is known color: Persian Blue. HEX triplet: 02, 3B and CA. RGB value is (2,59,202). Sum of RGB (Red+Green+Blue) = 2+59+202=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #023BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BCA is #FDC435. Grayscale: #393939. Windows color (decimal): -16630838 or 13253378. OLE color: 13253378.

HSL color Cylindrical-coordinate representation of color #023BCA: hue angle of 222.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BCA is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 59 202 -
CMYK 0.99 0.71 0 0.21
HSL 222.9º 0.98% 0.4% -
HSV(B) 222.9º 0.99% 0.79% -
XYZ 12.25 7.41 56.66 -
YUV 58.26 209.12 87.87 -
System Red Green Blue C M Y K H S L
Decimal 2 59 202 0.99 0.71 0 0.21 222.9 0.98 0.4
Hex 2 3B CA 63 47 0 15 DF 62 28
Octal 2 73 312 143 107 0 25 337 142 50
Binary 10 111011 11001010 1100011 1000111 0 10101 11011111 1100010 101000

Color Harmonies of #023BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BCA

Black with #023BCA

Text Example


Text Example

White with #023BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023BCA; }

 p { color: rgb(2,59,202); }

 H1.HeaderClassName
 {
   color: #023BCA;
 }
 .AnyTagClassName
 {
   color: #023BCA;
 }
</style>

background-color css

<style>
 a { background-color: #023BCA; }

 a { background-color: rgb(2,59,202); }

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

border-color css

<style>
 span { border-color: #023BCA; }

 span { border-color: rgb(2,59,202); }

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