Html Css Color HEX #0630CE Persian Blue

📋 copy color: '#0630CE'

red 6 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #0630CE

Tints of Persian Blue #0630CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

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

R = 2.31%
G = 18.46%
B = 79.23%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0630CE (or 0x0630CE) is known color: Persian Blue. HEX triplet: 06, 30 and CE. RGB value is (6,48,206). Sum of RGB (Red+Green+Blue) = 6+48+206=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #0630CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0630CE is #F9CF31. Grayscale: #343434. Windows color (decimal): -16371506 or 13512710. OLE color: 13512710.

HSL color Cylindrical-coordinate representation of color #0630CE: hue angle of 227.4º 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 #0630CE is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 48 206 -
CMYK 0.97 0.77 0 0.19
HSL 227.4º 0.94% 0.42% -
HSV(B) 227.4º 0.97% 0.81% -
XYZ 12.27 6.61 59.02 -
YUV 53.45 214.09 94.15 -
System Red Green Blue C M Y K H S L
Decimal 6 48 206 0.97 0.77 0 0.19 227.4 0.94 0.42
Hex 6 30 CE 61 4D 0 13 E3 5E 2A
Octal 6 60 316 141 115 0 23 343 136 52
Binary 110 110000 11001110 1100001 1001101 0 10011 11100011 1011110 101010

Color Harmonies of #0630CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0630CE

Black with #0630CE

Text Example


Text Example

White with #0630CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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