Html Css Color HEX #063FCB Persian Blue

📋 copy color: '#063FCB'

red 6 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #063FCB

Tints of Persian Blue #063FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

 BLUE value IS 203 (79.69% from 255) = 74.63%

R = 2.21%
G = 23.16%
B = 74.63%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#063FCB (or 0x063FCB) is known color: Persian Blue. HEX triplet: 06, 3F and CB. RGB value is (6,63,203). Sum of RGB (Red+Green+Blue) = 6+63+203=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #063FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FCB is #F9C034. Grayscale: #3D3D3D. Windows color (decimal): -16367669 or 13319942. OLE color: 13319942.

HSL color Cylindrical-coordinate representation of color #063FCB: hue angle of 222.64º 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 #063FCB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 63 203 -
CMYK 0.97 0.69 0 0.20
HSL 222.64º 0.94% 0.41% -
HSV(B) 222.64º 0.97% 0.8% -
XYZ 12.63 7.91 57.36 -
YUV 61.92 207.62 88.12 -
System Red Green Blue C M Y K H S L
Decimal 6 63 203 0.97 0.69 0 0.20 222.64 0.94 0.41
Hex 6 3F CB 61 45 0 14 DF 5E 29
Octal 6 77 313 141 105 0 24 337 136 51
Binary 110 111111 11001011 1100001 1000101 0 10100 11011111 1011110 101001

Color Harmonies of #063FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FCB

Black with #063FCB

Text Example


Text Example

White with #063FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,63,203); }

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

background-color css

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

 a { background-color: rgb(6,63,203); }

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

border-color css

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

 span { border-color: rgb(6,63,203); }

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