Html Css Color HEX #062BE0 Persian Blue

📋 copy color: '#062BE0'

red 6 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #062BE0

Tints of Persian Blue #062BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.75%

 BLUE value IS 224 (87.89% from 255) = 82.05%

R = 2.2%
G = 15.75%
B = 82.05%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#062BE0 (or 0x062BE0) is known color: Persian Blue. HEX triplet: 06, 2B and E0. RGB value is (6,43,224). Sum of RGB (Red+Green+Blue) = 6+43+224=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 224 (87.89% from 255 or 82.05% from 273); Max value from RGB is 224 - color contains mainly: blue. Hex color #062BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BE0 is #F9D41F. Grayscale: #333333. Windows color (decimal): -16372768 or 14691078. OLE color: 14691078.

HSL color Cylindrical-coordinate representation of color #062BE0: hue angle of 229.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062BE0 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 43 224 -
CMYK 0.97 0.81 0 0.12
HSL 229.82º 0.95% 0.45% -
HSV(B) 229.82º 0.97% 0.88% -
XYZ 14.39 7.15 71.14 -
YUV 52.57 224.74 94.78 -
System Red Green Blue C M Y K H S L
Decimal 6 43 224 0.97 0.81 0 0.12 229.82 0.95 0.45
Hex 6 2B E0 61 51 0 C E6 5F 2D
Octal 6 53 340 141 121 0 14 346 137 55
Binary 110 101011 11100000 1100001 1010001 0 1100 11100110 1011111 101101

Color Harmonies of #062BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BE0

Black with #062BE0

Text Example


Text Example

White with #062BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,43,224); }

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

background-color css

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

 a { background-color: rgb(6,43,224); }

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

border-color css

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

 span { border-color: rgb(6,43,224); }

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