Html Css Color HEX #063ABC Persian Blue

📋 copy color: '#063ABC'

red 6 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #063ABC

Tints of Persian Blue #063ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

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

R = 2.38%
G = 23.02%
B = 74.6%

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

#063ABC (or 0x063ABC) is known color: Persian Blue. HEX triplet: 06, 3A and BC. RGB value is (6,58,188). Sum of RGB (Red+Green+Blue) = 6+58+188=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #063ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ABC is #F9C543. Grayscale: #383838. Windows color (decimal): -16368964 or 12335622. OLE color: 12335622.

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

Color convert

RGB 6 58 188 -
CMYK 0.97 0.69 0 0.26
HSL 222.86º 0.94% 0.38% -
HSV(B) 222.86º 0.97% 0.74% -
XYZ 10.67 6.7 48.31 -
YUV 57.27 201.77 91.43 -
System Red Green Blue C M Y K H S L
Decimal 6 58 188 0.97 0.69 0 0.26 222.86 0.94 0.38
Hex 6 3A BC 61 45 0 1A DF 5E 26
Octal 6 72 274 141 105 0 32 337 136 46
Binary 110 111010 10111100 1100001 1000101 0 11010 11011111 1011110 100110

Color Harmonies of #063ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ABC

Black with #063ABC

Text Example


Text Example

White with #063ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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