Html Css Color HEX #063BED Persian Blue

📋 copy color: '#063BED'

red 6 ◦ green 59 ◦ blue 237

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

Shades of Persian Blue #063BED

Tints of Persian Blue #063BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 78.48%

R = 1.99%
G = 19.54%
B = 78.48%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#063BED (or 0x063BED) is known color: Persian Blue. HEX triplet: 06, 3B and ED. RGB value is (6,59,237). Sum of RGB (Red+Green+Blue) = 6+59+237=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #063BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BED is #F9C412. Grayscale: #3E3E3E. Windows color (decimal): -16368659 or 15547142. OLE color: 15547142.

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

Color convert

RGB 6 59 237 -
CMYK 0.97 0.75 0 0.07
HSL 226.23º 0.95% 0.48% -
HSV(B) 226.23º 0.97% 0.93% -
XYZ 16.93 9.28 81.02 -
YUV 63.45 225.94 87.03 -
System Red Green Blue C M Y K H S L
Decimal 6 59 237 0.97 0.75 0 0.07 226.23 0.95 0.48
Hex 6 3B ED 61 4B 0 7 E2 5F 30
Octal 6 73 355 141 113 0 7 342 137 60
Binary 110 111011 11101101 1100001 1001011 0 111 11100010 1011111 110000

Color Harmonies of #063BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BED

Black with #063BED

Text Example


Text Example

White with #063BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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