Html Css Color HEX #062FDA Persian Blue

📋 copy color: '#062FDA'

red 6 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #062FDA

Tints of Persian Blue #062FDA

RGB

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

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

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

R = 2.21%
G = 17.34%
B = 80.44%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#062FDA (or 0x062FDA) is known color: Persian Blue. HEX triplet: 06, 2F and DA. RGB value is (6,47,218). Sum of RGB (Red+Green+Blue) = 6+47+218=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #062FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FDA is #F9D025. Grayscale: #353535. Windows color (decimal): -16371750 or 14298886. OLE color: 14298886.

HSL color Cylindrical-coordinate representation of color #062FDA: hue angle of 228.4º 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 #062FDA is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 47 218 -
CMYK 0.97 0.78 0 0.15
HSL 228.4º 0.95% 0.44% -
HSV(B) 228.4º 0.97% 0.85% -
XYZ 13.75 7.13 66.98 -
YUV 54.24 220.42 93.6 -
System Red Green Blue C M Y K H S L
Decimal 6 47 218 0.97 0.78 0 0.15 228.4 0.95 0.44
Hex 6 2F DA 61 4E 0 F E4 5F 2C
Octal 6 57 332 141 116 0 17 344 137 54
Binary 110 101111 11011010 1100001 1001110 0 1111 11100100 1011111 101100

Color Harmonies of #062FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FDA

Black with #062FDA

Text Example


Text Example

White with #062FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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