Html Css Color HEX #062FEA Persian Blue

📋 copy color: '#062FEA'

red 6 ◦ green 47 ◦ blue 234

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

Shades of Persian Blue #062FEA

Tints of Persian Blue #062FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 234 (91.8% from 255) = 81.53%

R = 2.09%
G = 16.38%
B = 81.53%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#062FEA (or 0x062FEA) is known color: Persian Blue. HEX triplet: 06, 2F and EA. RGB value is (6,47,234). Sum of RGB (Red+Green+Blue) = 6+47+234=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 234 (91.80% from 255 or 81.53% from 287); Max value from RGB is 234 - color contains mainly: blue. Hex color #062FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062FEA is #F9D015. Grayscale: #373737. Windows color (decimal): -16371734 or 15347462. OLE color: 15347462.

HSL color Cylindrical-coordinate representation of color #062FEA: hue angle of 229.21º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062FEA is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 47 234 -
CMYK 0.97 0.80 0 0.08
HSL 229.21º 0.95% 0.47% -
HSV(B) 229.21º 0.97% 0.92% -
XYZ 15.94 8.01 78.55 -
YUV 56.06 228.42 92.29 -
System Red Green Blue C M Y K H S L
Decimal 6 47 234 0.97 0.80 0 0.08 229.21 0.95 0.47
Hex 6 2F EA 61 50 0 8 E5 5F 2F
Octal 6 57 352 141 120 0 10 345 137 57
Binary 110 101111 11101010 1100001 1010000 0 1000 11100101 1011111 101111

Color Harmonies of #062FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FEA

Black with #062FEA

Text Example


Text Example

White with #062FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,47,234); }

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

background-color css

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

 a { background-color: rgb(6,47,234); }

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

border-color css

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

 span { border-color: rgb(6,47,234); }

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