Html Css Color HEX #052ACB Persian Blue

📋 copy color: '#052ACB'

red 5 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #052ACB

Tints of Persian Blue #052ACB

RGB

 RED value IS 5 (2.34% from 255) = 2%

 GREEN value IS 42 (16.8% from 255) = 16.8%

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

R = 2%
G = 16.8%
B = 81.2%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#052ACB (or 0x052ACB) is known color: Persian Blue. HEX triplet: 05, 2A and CB. RGB value is (5,42,203). Sum of RGB (Red+Green+Blue) = 5+42+203=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #052ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ACB is #FAD534. Grayscale: #303030. Windows color (decimal): -16438581 or 13314565. OLE color: 13314565.

HSL color Cylindrical-coordinate representation of color #052ACB: hue angle of 228.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ACB is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 42 203 -
CMYK 0.98 0.79 0 0.20
HSL 228.79º 0.95% 0.41% -
HSV(B) 228.79º 0.98% 0.8% -
XYZ 11.67 6 57.04 -
YUV 49.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 5 42 203 0.98 0.79 0 0.20 228.79 0.95 0.41
Hex 5 2A CB 62 4F 0 14 E5 5F 29
Octal 5 52 313 142 117 0 24 345 137 51
Binary 101 101010 11001011 1100010 1001111 0 10100 11100101 1011111 101001

Color Harmonies of #052ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ACB

Black with #052ACB

Text Example


Text Example

White with #052ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,203); }

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

background-color css

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

 a { background-color: rgb(5,42,203); }

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

border-color css

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

 span { border-color: rgb(5,42,203); }

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