Html Css Color HEX #063BBE Persian Blue

📋 copy color: '#063BBE'

red 6 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #063BBE

Tints of Persian Blue #063BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 2.35%
G = 23.14%
B = 74.51%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#063BBE (or 0x063BBE) is known color: Persian Blue. HEX triplet: 06, 3B and BE. RGB value is (6,59,190). Sum of RGB (Red+Green+Blue) = 6+59+190=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #063BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BBE is #F9C441. Grayscale: #393939. Windows color (decimal): -16368706 or 12466950. OLE color: 12466950.

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

Color convert

RGB 6 59 190 -
CMYK 0.97 0.69 0 0.25
HSL 222.72º 0.94% 0.38% -
HSV(B) 222.72º 0.97% 0.75% -
XYZ 10.93 6.88 49.47 -
YUV 58.09 202.44 90.85 -
System Red Green Blue C M Y K H S L
Decimal 6 59 190 0.97 0.69 0 0.25 222.72 0.94 0.38
Hex 6 3B BE 61 45 0 19 DF 5E 26
Octal 6 73 276 141 105 0 31 337 136 46
Binary 110 111011 10111110 1100001 1000101 0 11001 11011111 1011110 100110

Color Harmonies of #063BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BBE

Black with #063BBE

Text Example


Text Example

White with #063BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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