Html Css Color HEX #063BBC Persian Blue

📋 copy color: '#063BBC'

red 6 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #063BBC

Tints of Persian Blue #063BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.31%

R = 2.37%
G = 23.32%
B = 74.31%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#063BBC (or 0x063BBC) is known color: Persian Blue. HEX triplet: 06, 3B and BC. RGB value is (6,59,188). Sum of RGB (Red+Green+Blue) = 6+59+188=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #063BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BBC is #F9C443. Grayscale: #393939. Windows color (decimal): -16368708 or 12335878. OLE color: 12335878.

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

Color convert

RGB 6 59 188 -
CMYK 0.97 0.69 0 0.26
HSL 222.53º 0.94% 0.38% -
HSV(B) 222.53º 0.97% 0.74% -
XYZ 10.72 6.8 48.32 -
YUV 57.86 201.44 91.01 -
System Red Green Blue C M Y K H S L
Decimal 6 59 188 0.97 0.69 0 0.26 222.53 0.94 0.38
Hex 6 3B BC 61 45 0 1A DF 5E 26
Octal 6 73 274 141 105 0 32 337 136 46
Binary 110 111011 10111100 1100001 1000101 0 11010 11011111 1011110 100110

Color Harmonies of #063BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BBC

Black with #063BBC

Text Example


Text Example

White with #063BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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