Html Css Color HEX #063BCC Persian Blue

📋 copy color: '#063BCC'

red 6 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #063BCC

Tints of Persian Blue #063BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 2.23%
G = 21.93%
B = 75.84%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#063BCC (or 0x063BCC) is known color: Persian Blue. HEX triplet: 06, 3B and CC. RGB value is (6,59,204). Sum of RGB (Red+Green+Blue) = 6+59+204=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #063BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BCC is #F9C433. Grayscale: #3B3B3B. Windows color (decimal): -16368692 or 13384454. OLE color: 13384454.

HSL color Cylindrical-coordinate representation of color #063BCC: hue angle of 223.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BCC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 59 204 -
CMYK 0.97 0.71 0 0.2
HSL 223.94º 0.94% 0.41% -
HSV(B) 223.94º 0.97% 0.8% -
XYZ 12.54 7.53 57.92 -
YUV 59.68 209.44 89.71 -
System Red Green Blue C M Y K H S L
Decimal 6 59 204 0.97 0.71 0 0.2 223.94 0.94 0.41
Hex 6 3B CC 61 47 0 14 E0 5E 29
Octal 6 73 314 141 107 0 24 340 136 51
Binary 110 111011 11001100 1100001 1000111 0 10100 11100000 1011110 101001

Color Harmonies of #063BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BCC

Black with #063BCC

Text Example


Text Example

White with #063BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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