Html Css Color HEX #062EDA Persian Blue

📋 copy color: '#062EDA'

red 6 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #062EDA

Tints of Persian Blue #062EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 80.74%

R = 2.22%
G = 17.04%
B = 80.74%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#062EDA (or 0x062EDA) is known color: Persian Blue. HEX triplet: 06, 2E and DA. RGB value is (6,46,218). Sum of RGB (Red+Green+Blue) = 6+46+218=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 218 (85.55% from 255 or 80.74% from 270); Max value from RGB is 218 - color contains mainly: blue. Hex color #062EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EDA is #F9D125. Grayscale: #343434. Windows color (decimal): -16372006 or 14298630. OLE color: 14298630.

HSL color Cylindrical-coordinate representation of color #062EDA: hue angle of 228.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EDA is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 46 218 -
CMYK 0.97 0.79 0 0.15
HSL 228.68º 0.95% 0.44% -
HSV(B) 228.68º 0.97% 0.85% -
XYZ 13.71 7.05 66.97 -
YUV 53.65 220.75 94.01 -
System Red Green Blue C M Y K H S L
Decimal 6 46 218 0.97 0.79 0 0.15 228.68 0.95 0.44
Hex 6 2E DA 61 4F 0 F E5 5F 2C
Octal 6 56 332 141 117 0 17 345 137 54
Binary 110 101110 11011010 1100001 1001111 0 1111 11100101 1011111 101100

Color Harmonies of #062EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062EDA

Black with #062EDA

Text Example


Text Example

White with #062EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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