Html Css Color HEX #0631CE Persian Blue

📋 copy color: '#0631CE'

red 6 ◦ green 49 ◦ blue 206

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

Shades of Persian Blue #0631CE

Tints of Persian Blue #0631CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 78.93%

R = 2.3%
G = 18.77%
B = 78.93%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0631CE (or 0x0631CE) is known color: Persian Blue. HEX triplet: 06, 31 and CE. RGB value is (6,49,206). Sum of RGB (Red+Green+Blue) = 6+49+206=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #0631CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0631CE is #F9CE31. Grayscale: #353535. Windows color (decimal): -16371250 or 13512966. OLE color: 13512966.

HSL color Cylindrical-coordinate representation of color #0631CE: hue angle of 227.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0631CE is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 49 206 -
CMYK 0.97 0.76 0 0.19
HSL 227.1º 0.94% 0.42% -
HSV(B) 227.1º 0.97% 0.81% -
XYZ 12.31 6.69 59.04 -
YUV 54.04 213.75 93.73 -
System Red Green Blue C M Y K H S L
Decimal 6 49 206 0.97 0.76 0 0.19 227.1 0.94 0.42
Hex 6 31 CE 61 4C 0 13 E3 5E 2A
Octal 6 61 316 141 114 0 23 343 136 52
Binary 110 110001 11001110 1100001 1001100 0 10011 11100011 1011110 101010

Color Harmonies of #0631CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0631CE

Black with #0631CE

Text Example


Text Example

White with #0631CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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