Html Css Color HEX #0632CE Persian Blue

📋 copy color: '#0632CE'

red 6 ◦ green 50 ◦ blue 206

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

Shades of Persian Blue #0632CE

Tints of Persian Blue #0632CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

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

R = 2.29%
G = 19.08%
B = 78.63%

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

#0632CE (or 0x0632CE) is known color: Persian Blue. HEX triplet: 06, 32 and CE. RGB value is (6,50,206). Sum of RGB (Red+Green+Blue) = 6+50+206=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #0632CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0632CE is #F9CD31. Grayscale: #353535. Windows color (decimal): -16370994 or 13513222. OLE color: 13513222.

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

Color convert

RGB 6 50 206 -
CMYK 0.97 0.76 0 0.19
HSL 226.8º 0.94% 0.42% -
HSV(B) 226.8º 0.97% 0.81% -
XYZ 12.36 6.78 59.05 -
YUV 54.63 213.42 93.32 -
System Red Green Blue C M Y K H S L
Decimal 6 50 206 0.97 0.76 0 0.19 226.8 0.94 0.42
Hex 6 32 CE 61 4C 0 13 E3 5E 2A
Octal 6 62 316 141 114 0 23 343 136 52
Binary 110 110010 11001110 1100001 1001100 0 10011 11100011 1011110 101010

Color Harmonies of #0632CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0632CE

Black with #0632CE

Text Example


Text Example

White with #0632CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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