Html Css Color HEX #062CC5 Persian Blue

📋 copy color: '#062CC5'

red 6 ◦ green 44 ◦ blue 197

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

Shades of Persian Blue #062CC5

Tints of Persian Blue #062CC5

RGB

 RED value IS 6 (2.73% from 255) = 2.43%

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

 BLUE value IS 197 (77.34% from 255) = 79.76%

R = 2.43%
G = 17.81%
B = 79.76%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#062CC5 (or 0x062CC5) is known color: Persian Blue. HEX triplet: 06, 2C and C5. RGB value is (6,44,197). Sum of RGB (Red+Green+Blue) = 6+44+197=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 197 (77.34% from 255 or 79.76% from 247); Max value from RGB is 197 - color contains mainly: blue. Hex color #062CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CC5 is #F9D33A. Grayscale: #313131. Windows color (decimal): -16372539 or 12921862. OLE color: 12921862.

HSL color Cylindrical-coordinate representation of color #062CC5: hue angle of 228.06º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062CC5 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 6 44 197 -
CMYK 0.97 0.78 0 0.23
HSL 228.06º 0.94% 0.4% -
HSV(B) 228.06º 0.97% 0.77% -
XYZ 11.05 5.87 53.37 -
YUV 50.08 210.91 96.56 -
System Red Green Blue C M Y K H S L
Decimal 6 44 197 0.97 0.78 0 0.23 228.06 0.94 0.4
Hex 6 2C C5 61 4E 0 17 E4 5E 28
Octal 6 54 305 141 116 0 27 344 136 50
Binary 110 101100 11000101 1100001 1001110 0 10111 11100100 1011110 101000

Color Harmonies of #062CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CC5

Black with #062CC5

Text Example


Text Example

White with #062CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062CC5; }

 p { color: rgb(6,44,197); }

 H1.HeaderClassName
 {
   color: #062CC5;
 }
 .AnyTagClassName
 {
   color: #062CC5;
 }
</style>

background-color css

<style>
 a { background-color: #062CC5; }

 a { background-color: rgb(6,44,197); }

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

border-color css

<style>
 span { border-color: #062CC5; }

 span { border-color: rgb(6,44,197); }

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