Html Css Color HEX #0632BE Persian Blue

📋 copy color: '#0632BE'

red 6 ◦ green 50 ◦ blue 190

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

Shades of Persian Blue #0632BE

Tints of Persian Blue #0632BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.24%

R = 2.44%
G = 20.33%
B = 77.24%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0632BE (or 0x0632BE) is known color: Persian Blue. HEX triplet: 06, 32 and BE. RGB value is (6,50,190). Sum of RGB (Red+Green+Blue) = 6+50+190=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #0632BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0632BE is #F9CD41. Grayscale: #343434. Windows color (decimal): -16371010 or 12464646. OLE color: 12464646.

HSL color Cylindrical-coordinate representation of color #0632BE: hue angle of 225.65º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0632BE is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 50 190 -
CMYK 0.97 0.74 0 0.25
HSL 225.65º 0.94% 0.38% -
HSV(B) 225.65º 0.97% 0.75% -
XYZ 10.51 6.04 49.33 -
YUV 52.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 6 50 190 0.97 0.74 0 0.25 225.65 0.94 0.38
Hex 6 32 BE 61 4A 0 19 E2 5E 26
Octal 6 62 276 141 112 0 31 342 136 46
Binary 110 110010 10111110 1100001 1001010 0 11001 11100010 1011110 100110

Color Harmonies of #0632BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0632BE

Black with #0632BE

Text Example


Text Example

White with #0632BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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