Html Css Color HEX #0631D8 Persian Blue

📋 copy color: '#0631D8'

red 6 ◦ green 49 ◦ blue 216

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

Shades of Persian Blue #0631D8

Tints of Persian Blue #0631D8

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 216 (84.77% from 255) = 79.7%

R = 2.21%
G = 18.08%
B = 79.7%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0631D8 (or 0x0631D8) is known color: Persian Blue. HEX triplet: 06, 31 and D8. RGB value is (6,49,216). Sum of RGB (Red+Green+Blue) = 6+49+216=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 216 (84.77% from 255 or 79.70% from 271); Max value from RGB is 216 - color contains mainly: blue. Hex color #0631D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0631D8 is #F9CE27. Grayscale: #363636. Windows color (decimal): -16371240 or 14168326. OLE color: 14168326.

HSL color Cylindrical-coordinate representation of color #0631D8: hue angle of 227.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0631D8 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 49 216 -
CMYK 0.97 0.77 0 0.15
HSL 227.71º 0.95% 0.44% -
HSV(B) 227.71º 0.97% 0.85% -
XYZ 13.57 7.19 65.64 -
YUV 55.18 218.75 92.92 -
System Red Green Blue C M Y K H S L
Decimal 6 49 216 0.97 0.77 0 0.15 227.71 0.95 0.44
Hex 6 31 D8 61 4D 0 F E4 5F 2C
Octal 6 61 330 141 115 0 17 344 137 54
Binary 110 110001 11011000 1100001 1001101 0 1111 11100100 1011111 101100

Color Harmonies of #0631D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0631D8

Black with #0631D8

Text Example


Text Example

White with #0631D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0631D8; }

 p { color: rgb(6,49,216); }

 H1.HeaderClassName
 {
   color: #0631D8;
 }
 .AnyTagClassName
 {
   color: #0631D8;
 }
</style>

background-color css

<style>
 a { background-color: #0631D8; }

 a { background-color: rgb(6,49,216); }

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

border-color css

<style>
 span { border-color: #0631D8; }

 span { border-color: rgb(6,49,216); }

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