Html Css Color HEX #0631DA Persian Blue

📋 copy color: '#0631DA'

red 6 ◦ green 49 ◦ blue 218

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

Shades of Persian Blue #0631DA

Tints of Persian Blue #0631DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 79.85%

R = 2.2%
G = 17.95%
B = 79.85%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0631DA (or 0x0631DA) is known color: Persian Blue. HEX triplet: 06, 31 and DA. RGB value is (6,49,218). Sum of RGB (Red+Green+Blue) = 6+49+218=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #0631DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0631DA is #F9CE25. Grayscale: #363636. Windows color (decimal): -16371238 or 14299398. OLE color: 14299398.

HSL color Cylindrical-coordinate representation of color #0631DA: hue angle of 227.83º 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 #0631DA is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 49 218 -
CMYK 0.97 0.78 0 0.15
HSL 227.83º 0.95% 0.44% -
HSV(B) 227.83º 0.97% 0.85% -
XYZ 13.83 7.3 67.01 -
YUV 55.41 219.75 92.76 -
System Red Green Blue C M Y K H S L
Decimal 6 49 218 0.97 0.78 0 0.15 227.83 0.95 0.44
Hex 6 31 DA 61 4E 0 F E4 5F 2C
Octal 6 61 332 141 116 0 17 344 137 54
Binary 110 110001 11011010 1100001 1001110 0 1111 11100100 1011111 101100

Color Harmonies of #0631DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0631DA

Black with #0631DA

Text Example


Text Example

White with #0631DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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