Html Css Color HEX #063BEF Persian Blue

📋 copy color: '#063BEF'

red 6 ◦ green 59 ◦ blue 239

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

Shades of Persian Blue #063BEF

Tints of Persian Blue #063BEF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

 BLUE value IS 239 (93.75% from 255) = 78.62%

R = 1.97%
G = 19.41%
B = 78.62%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#063BEF (or 0x063BEF) is known color: Persian Blue. HEX triplet: 06, 3B and EF. RGB value is (6,59,239). Sum of RGB (Red+Green+Blue) = 6+59+239=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #063BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BEF is #F9C410. Grayscale: #3E3E3E. Windows color (decimal): -16368657 or 15678214. OLE color: 15678214.

HSL color Cylindrical-coordinate representation of color #063BEF: hue angle of 226.35º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BEF is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 59 239 -
CMYK 0.97 0.75 0 0.06
HSL 226.35º 0.95% 0.48% -
HSV(B) 226.35º 0.97% 0.94% -
XYZ 17.22 9.4 82.57 -
YUV 63.67 226.94 86.86 -
System Red Green Blue C M Y K H S L
Decimal 6 59 239 0.97 0.75 0 0.06 226.35 0.95 0.48
Hex 6 3B EF 61 4B 0 6 E2 5F 30
Octal 6 73 357 141 113 0 6 342 137 60
Binary 110 111011 11101111 1100001 1001011 0 110 11100010 1011111 110000

Color Harmonies of #063BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BEF

Black with #063BEF

Text Example


Text Example

White with #063BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063BEF; }

 p { color: rgb(6,59,239); }

 H1.HeaderClassName
 {
   color: #063BEF;
 }
 .AnyTagClassName
 {
   color: #063BEF;
 }
</style>

background-color css

<style>
 a { background-color: #063BEF; }

 a { background-color: rgb(6,59,239); }

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

border-color css

<style>
 span { border-color: #063BEF; }

 span { border-color: rgb(6,59,239); }

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