Html Css Color HEX #062ECB Persian Blue

📋 copy color: '#062ECB'

red 6 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #062ECB

Tints of Persian Blue #062ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.04%

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

R = 2.35%
G = 18.04%
B = 79.61%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#062ECB (or 0x062ECB) is known color: Persian Blue. HEX triplet: 06, 2E and CB. RGB value is (6,46,203). Sum of RGB (Red+Green+Blue) = 6+46+203=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #062ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ECB is #F9D134. Grayscale: #333333. Windows color (decimal): -16372021 or 13315590. OLE color: 13315590.

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

Color convert

RGB 6 46 203 -
CMYK 0.97 0.77 0 0.20
HSL 227.82º 0.94% 0.41% -
HSV(B) 227.82º 0.97% 0.8% -
XYZ 11.83 6.3 57.09 -
YUV 51.94 213.25 95.23 -
System Red Green Blue C M Y K H S L
Decimal 6 46 203 0.97 0.77 0 0.20 227.82 0.94 0.41
Hex 6 2E CB 61 4D 0 14 E4 5E 29
Octal 6 56 313 141 115 0 24 344 136 51
Binary 110 101110 11001011 1100001 1001101 0 10100 11100100 1011110 101001

Color Harmonies of #062ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ECB

Black with #062ECB

Text Example


Text Example

White with #062ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,46,203); }

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

background-color css

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

 a { background-color: rgb(6,46,203); }

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

border-color css

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

 span { border-color: rgb(6,46,203); }

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